Add pytest to the tox requirements

This commit is contained in:
Roman Mogylatov 2021-10-12 11:29:46 -04:00
parent b6ee47e682
commit 3374dcda41

View File

@ -4,6 +4,7 @@ envlist=
[testenv]
deps=
pytest
# TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
typing_extensions
httpx
@ -37,6 +38,7 @@ commands=
[testenv:2.7]
deps=
pytest
extras=
yaml
flask
@ -45,6 +47,7 @@ python_files = test_*_py2_py3.py
[testenv:3.5]
deps=
pytest
contextvars
extras=
yaml
@ -53,6 +56,7 @@ python_files = test_*_py3.py
[testenv:pypy2]
deps=
pytest
extras=
yaml
flask
@ -60,6 +64,7 @@ python_files = test_*_py2_py3.py
[testenv:pypy3]
deps=
pytest
httpx
fastapi
boto3