diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ extras_require = { 'sphinxcontrib-websupport', ], 'test': [ - 'pytest', + 'pytest < 5.3.3', 'pytest-cov', 'html5lib', 'flake8>=3.5.0', |