Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Jan 7, 2025
1 parent 319c07b commit 0636f1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
dependencies = [
"gunicorn==22.0.0",
"uvicorn==0.28.1",
"uvicorn==0.29.0",
]
description = "Docker images and utilities to power your Python APIs and help you ship faster."
dynamic = ["version"]
Expand Down Expand Up @@ -156,7 +156,7 @@ show_error_codes = true
strict = true

[tool.pytest.ini_options]
addopts = "-q"
addopts = "-vv"
markers = [
"subprocess: test requires a subprocess (deselect with '-m \"not subprocess\"')",
]
Expand Down
2 changes: 2 additions & 0 deletions tests/test_gunicorn_workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ def gunicorn_process(
bind,
"--graceful-timeout",
"1",
"--timeout",
"4",
"--log-level",
"debug",
"--worker-class",
Expand Down

0 comments on commit 0636f1f

Please sign in to comment.