Skip to content

Commit

Permalink
Dependencies: add upper limit for pytest-asyncio (#5309)
Browse files Browse the repository at this point in the history
The just released version v0.17 of `pytest-asyncio` causes the async
tests in `tests/engine/test_utils.py` to fail. For now we are putting an
upper limit on the requirement until a proper solution is found.
  • Loading branch information
sphuber authored Jan 13, 2022
1 parent ea8a988 commit afebb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"pg8000~=1.13",
"pgtest~=1.3,>=1.3.1",
"pytest~=6.2",
"pytest-asyncio~=0.12",
"pytest-asyncio~=0.12,<0.17",
"pytest-timeout~=1.3",
"pytest-cov~=2.7,<2.11",
"pytest-rerunfailures~=9.1,>=9.1.1",
Expand Down

0 comments on commit afebb6e

Please sign in to comment.