diff --git a/setup.py b/setup.py index 3cb657e3f9..46bd5893af 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def get_version(): extras_require={ "docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"], "test": [ - "pytest>=5.2.2,<6.3.0", + "pytest>=5.2.2,<7.3.0", "pytest-xdist>=2.2.1,<2.5", "pytest-asyncio>=0.10,<0.17", "beautifulsoup4>=4.8.1,<4.11.0",