Skip to content

Commit b4f816a

Browse files
author
Éric Lemoine
committed
Do not use pytest-asyncio 0.11.0
tests/integration/test_aiopg_connector.py::test_execute_query_simultaneous fails with pytest-asyncio 0.11.0. See pytest-dev/pytest-asyncio#154.
1 parent 474b89d commit b4f816a

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
@@ -41,7 +41,7 @@ test =
4141
pytest-mock
4242
pytest-cov
4343
pytest-click
44-
pytest-asyncio
44+
pytest-asyncio<0.11.0
4545

4646
lint =
4747
black

0 commit comments

Comments
 (0)