diff --git a/setup.py b/setup.py index a5dd04b0a71..55578350f76 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'sphinxcontrib-websupport', ], 'test': [ - 'pytest', + 'pytest < 5.3.3', 'pytest-cov', 'html5lib', 'flake8>=3.5.0',