summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index e11a894c7..4ec215697 100644
--- a/setup.py
+++ b/setup.py
@@ -47,8 +47,7 @@ extras_require = {
"types-requests",
],
'test': [
- 'pytest',
- 'pytest-cov',
+ 'pytest>=4.6',
'html5lib',
"typed_ast; python_version < '3.8'",
'cython',