Skip to content

Commit

Permalink
Add pytest-asyncio to the tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Oct 13, 2021
1 parent 926680d commit 0cd1a16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist=
[testenv]
deps=
pytest
pytest-asyncio
# TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
typing_extensions
httpx
Expand Down Expand Up @@ -47,6 +48,7 @@ commands = pytest -c tests/.configs/pytest-py27.ini
[testenv:3.5]
deps=
pytest
pytest-asyncio
contextvars
extras=
yaml
Expand All @@ -64,6 +66,7 @@ commands = pytest -c tests/.configs/pytest-py27.ini
[testenv:pypy3]
deps=
pytest
pytest-asyncio
httpx
fastapi
boto3
Expand Down

0 comments on commit 0cd1a16

Please sign in to comment.