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 5b37aac commit 1509034Copy full SHA for 1509034
requirements.txt
@@ -14,7 +14,7 @@ selenium==3.141.0
14
pluggy==0.13.1
15
attrs>=19.3.0
16
pytest==4.6.9;python_version<"3.5"
17
-pytest==5.3.5;python_version>="3.5"
+pytest==5.4.2;python_version>="3.5"
18
pytest-cov==2.8.1
19
pytest-forked==1.1.3
20
pytest-html==1.22.1;python_version<"3.6"
setup.py
@@ -98,7 +98,7 @@
98
'pluggy==0.13.1',
99
'attrs>=19.3.0',
100
'pytest==4.6.9;python_version<"3.5"',
101
- 'pytest==5.3.5;python_version>="3.5"',
+ 'pytest==5.4.2;python_version>="3.5"',
102
'pytest-cov==2.8.1',
103
'pytest-forked==1.1.3',
104
'pytest-html==1.22.1;python_version<"3.6"',
0 commit comments