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 b8ef5ef commit a925a0cCopy full SHA for a925a0c
requirements.txt
@@ -13,7 +13,7 @@ selenium==3.141.0
13
pluggy>=0.13.0
14
attrs>=19.3.0
15
pytest>=4.6.6;python_version<"3"
16
-pytest>=5.2.1;python_version>="3"
+pytest>=5.2.2;python_version>="3"
17
pytest-cov>=2.8.1
18
pytest-forked>=1.1.3
19
pytest-html==1.22.0
setup.py
@@ -96,7 +96,7 @@
96
'pluggy>=0.13.0',
97
'attrs>=19.3.0',
98
'pytest>=4.6.6;python_version<"3"', # For Python 2 compatibility
99
- 'pytest>=5.2.1;python_version>="3"',
+ 'pytest>=5.2.2;python_version>="3"',
100
'pytest-cov>=2.8.1',
101
'pytest-forked>=1.1.3',
102
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
0 commit comments