Skip to content

Commit

Permalink
contraint pytest-asyncio:
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Aug 21, 2024
1 parent 95e2fa6 commit d63da03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion services/web/server/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jsonschema
openapi-spec-validator
pytest
pytest-aiohttp
pytest-asyncio
# Overcomes "Known issues" in https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.23.8
# IMPORTANT: This constraint can be removed when `test_pytest_asyncio_known_issue` passes with the new update of pytest-asyncio
pytest-asyncio<0.23
pytest-benchmark
pytest-cov
pytest-docker
Expand Down
2 changes: 1 addition & 1 deletion services/web/server/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pytest==8.3.2
# pytest-xdist
pytest-aiohttp==1.0.5
# via -r requirements/_test.in
pytest-asyncio==0.23.8
pytest-asyncio==0.21.2
# via
# -c requirements/../../../../requirements/constraints.txt
# -r requirements/_test.in
Expand Down

0 comments on commit d63da03

Please sign in to comment.