Skip to content

Commit

Permalink
Exclude Pytest 8.2 from setup.cfg
Browse files Browse the repository at this point in the history
We cannot use pytest-async 0.23 because of pytest-dev/pytest-asyncio#706
We need to use pytest-async 0.23 if we use pytest 8.2 because of pytest-dev/pytest#12269
This may be fixed bt this backport of the fix in pytest-async 0.23: pytest-dev/pytest-asyncio#823
  • Loading branch information
wxtim committed Apr 29, 2024
1 parent ecf9e78 commit 1d097ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -122,7 +122,7 @@ tests =
pytest-xdist>=2
pytest-env>=0.6.2
pytest-mock>=3.7
pytest>=6
pytest>=6,!=8.2.*
testfixtures>=6.11.0
towncrier>=23
# Type annotation stubs
Expand Down

0 comments on commit 1d097ca

Please sign in to comment.