We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c381b52 commit d5a037aCopy full SHA for d5a037a
requirements.txt
@@ -11,7 +11,7 @@ urllib3==1.25.3
11
requests>=2.22.0
12
selenium==3.141.0
13
pluggy>=0.12.0
14
-pytest>=4.6.4;python_version<"3"
+pytest>=4.6.5;python_version<"3"
15
pytest>=5.0.1;python_version>="3"
16
pytest-cov>=2.7.1
17
pytest-forked>=1.0.2
setup.py
@@ -65,7 +65,7 @@
65
'requests>=2.22.0',
66
'selenium==3.141.0',
67
'pluggy>=0.12.0',
68
- 'pytest>=4.6.4', # Keep at >=4.6.4 for Python 2 compatibility
+ 'pytest>=4.6.5', # Keep at >=4.6.5 for Python 2 compatibility
69
'pytest-cov>=2.7.1',
70
'pytest-forked>=1.0.2',
71
'pytest-html==1.20.0', # Keep at 1.20.0 (later versions have errors)
0 commit comments