Add pytest-asyncio to the tox.ini

This commit is contained in:
Roman Mogylatov 2021-10-13 12:56:39 -04:00
parent 926680d0f9
commit 0cd1a1646d

View File

@ -5,6 +5,7 @@ envlist=
[testenv] [testenv]
deps= deps=
pytest pytest
pytest-asyncio
# TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107 # TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
typing_extensions typing_extensions
httpx httpx
@ -47,6 +48,7 @@ commands = pytest -c tests/.configs/pytest-py27.ini
[testenv:3.5] [testenv:3.5]
deps= deps=
pytest pytest
pytest-asyncio
contextvars contextvars
extras= extras=
yaml yaml
@ -64,6 +66,7 @@ commands = pytest -c tests/.configs/pytest-py27.ini
[testenv:pypy3] [testenv:pypy3]
deps= deps=
pytest pytest
pytest-asyncio
httpx httpx
fastapi fastapi
boto3 boto3