Skip to content

Commit 1d097ca

Browse files
committed
Exclude Pytest 8.2 from setup.cfg
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
1 parent ecf9e78 commit 1d097ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ tests =
122122
pytest-xdist>=2
123123
pytest-env>=0.6.2
124124
pytest-mock>=3.7
125-
pytest>=6
125+
pytest>=6,!=8.2.*
126126
testfixtures>=6.11.0
127127
towncrier>=23
128128
# Type annotation stubs

0 commit comments

Comments
 (0)