diff --git a/setup.py b/setup.py index 80e374e..2d7d428 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'jsonschema==3.0.2', 'gunicorn' ], extras_require={ - 'test': ['coverage', 'pytest<5.4', 'pytest-cov', + 'test': ['coverage', 'pytest<6.3', 'pytest-cov', 'coveralls', 'testfixtures', 'tox', 'flake8', 'flake8-docstrings', 'asynctest', 'aioresponses'], 'docs': [