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 d3735d0 commit e9f02a3Copy full SHA for e9f02a3
requirements.txt
@@ -11,7 +11,7 @@ requests>=2.22.0
11
selenium==3.141.0
12
pluggy>=0.12.0
13
pytest>=4.6.5;python_version<"3"
14
-pytest>=5.1.0;python_version>="3"
+pytest>=5.1.2;python_version>="3"
15
pytest-cov>=2.7.1
16
pytest-forked>=1.0.2
17
pytest-html==1.22.0
setup.py
@@ -65,7 +65,7 @@
65
'selenium==3.141.0',
66
'pluggy>=0.12.0',
67
'pytest>=4.6.5;python_version<"3"', # For Python 2 compatibility
68
- 'pytest>=5.1.0;python_version>="3"',
+ 'pytest>=5.1.2;python_version>="3"',
69
'pytest-cov>=2.7.1',
70
'pytest-forked>=1.0.2',
71
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
0 commit comments