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.

Cherry-pick: afebb6e
  • Loading branch information
sphuber committed Mar 7, 2022
1 parent e8d3dd3 commit 4a5a0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"aiida-export-migration-tests==0.9.0",
"pg8000~=1.13",
"pgtest~=1.3,>=1.3.1",
"pytest~=6.0",
"pytest-asyncio~=0.12",
"pytest~=6.2",
"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 4a5a0de

Please sign in to comment.