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] [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