mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-04 20:33:13 +03:00
Add pytest to the tox requirements
This commit is contained in:
parent
b6ee47e682
commit
3374dcda41
5
tox.ini
5
tox.ini
|
@ -4,6 +4,7 @@ envlist=
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=
|
deps=
|
||||||
|
pytest
|
||||||
# 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
|
||||||
|
@ -37,6 +38,7 @@ commands=
|
||||||
|
|
||||||
[testenv:2.7]
|
[testenv:2.7]
|
||||||
deps=
|
deps=
|
||||||
|
pytest
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
flask
|
flask
|
||||||
|
@ -45,6 +47,7 @@ python_files = test_*_py2_py3.py
|
||||||
|
|
||||||
[testenv:3.5]
|
[testenv:3.5]
|
||||||
deps=
|
deps=
|
||||||
|
pytest
|
||||||
contextvars
|
contextvars
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
|
@ -53,6 +56,7 @@ python_files = test_*_py3.py
|
||||||
|
|
||||||
[testenv:pypy2]
|
[testenv:pypy2]
|
||||||
deps=
|
deps=
|
||||||
|
pytest
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
flask
|
flask
|
||||||
|
@ -60,6 +64,7 @@ python_files = test_*_py2_py3.py
|
||||||
|
|
||||||
[testenv:pypy3]
|
[testenv:pypy3]
|
||||||
deps=
|
deps=
|
||||||
|
pytest
|
||||||
httpx
|
httpx
|
||||||
fastapi
|
fastapi
|
||||||
boto3
|
boto3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user