Skip to content

Commit 2f1f529

Browse files
committed
Exclude broken pytest-asyncio version
1 parent f09b3ef commit 2f1f529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ tests =
115115
flake8-simplify>=0.14.0
116116
flake8>=3.0.0
117117
mypy>=0.910
118-
# https://github.com/pytest-dev/pytest-asyncio/issues/655
119-
pytest-asyncio>=0.17,!=0.22.0
118+
# https://github.com/pytest-dev/pytest-asyncio/issues/706
119+
pytest-asyncio>=0.17,!=0.23.*
120120
pytest-cov>=2.8.0
121121
pytest-xdist>=2
122122
pytest-env>=0.6.2

0 commit comments

Comments
 (0)