From e6025f7cb83a56d890d39f3e308ee400e0a52692 Mon Sep 17 00:00:00 2001 From: "teemu.kataja" Date: Wed, 18 Mar 2020 10:34:11 +0200 Subject: [PATCH] downgrade pytest to <5.4 to avoid deprecation of implicit async testing support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74913ebd..e33b164b 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ install_requires=['asyncpg', 'authlib', 'aiohttp_cors', 'jsonschema', 'gunicorn>=20.0.1', 'aiohttp'], extras_require={ - 'test': ['coverage==4.5.4', 'pytest', 'pytest-cov', + 'test': ['coverage==4.5.4', 'pytest<5.4', 'pytest-cov', 'coveralls', 'testfixtures', 'tox', 'flake8', 'flake8-docstrings', 'asynctest', 'aioresponses'], 'docs': [