mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-04 20:33:13 +03:00
Add pytest-asyncio to the tox.ini
This commit is contained in:
parent
926680d0f9
commit
0cd1a1646d
3
tox.ini
3
tox.ini
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user