summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a5dd04b0a..55578350f 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ extras_require = {
'sphinxcontrib-websupport',
],
'test': [
- 'pytest',
+ 'pytest < 5.3.3',
'pytest-cov',
'html5lib',
'flake8>=3.5.0',