Skip to content

Commit

Permalink
Do not use pytest-asyncio 0.11.0
Browse files Browse the repository at this point in the history
tests/integration/test_aiopg_connector.py::test_execute_query_simultaneous fails
with pytest-asyncio 0.11.0.

See pytest-dev/pytest-asyncio#154.
  • Loading branch information
Éric Lemoine committed Apr 21, 2020
1 parent 474b89d commit b4f816a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -41,7 +41,7 @@ test =
pytest-mock
pytest-cov
pytest-click
pytest-asyncio
pytest-asyncio<0.11.0

lint =
black
Expand Down

0 comments on commit b4f816a

Please sign in to comment.