Skip to content

Commit

Permalink
fix pytest sanic
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Nov 5, 2021
1 parent 638b26e commit c45dd28
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
31 changes: 23 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ typing-utils = "^0.1.0"
tarsafe = "^0.0.3"
randomname = "^0.1.5"
keras = "<2.7.0"
sanic-routing = "0.7.2"
sanic-routing = "^0.7.2"

[tool.poetry.dev-dependencies]
pytest-cov = "^2.10.0"
pytest-sanic = "^1.8.1"
pytest-sanic = { git = "https://github.com/wochinge/pytest-sanic", branch = "fix-signal-issue" }
pytest-asyncio = "^0.14.0"
pytest-xdist = "^2.2.1"
pytest = "^6.2.2"
Expand Down

0 comments on commit c45dd28

Please sign in to comment.