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 721bbe6 commit 1f9ca9dCopy full SHA for 1f9ca9d
requirements.txt
@@ -13,7 +13,7 @@ selenium==3.141.0
13
pluggy>=0.13.1
14
attrs>=19.3.0
15
pytest>=4.6.7;python_version<"3"
16
-pytest>=5.3.1;python_version>="3"
+pytest>=5.3.2;python_version>="3"
17
pytest-cov>=2.8.1
18
pytest-forked>=1.1.3
19
pytest-html==1.22.1;python_version<"3.6"
setup.py
@@ -96,7 +96,7 @@
96
'pluggy>=0.13.1',
97
'attrs>=19.3.0',
98
'pytest>=4.6.7;python_version<"3"', # For Python 2 compatibility
99
- 'pytest>=5.3.1;python_version>="3"',
+ 'pytest>=5.3.2;python_version>="3"',
100
'pytest-cov>=2.8.1',
101
'pytest-forked>=1.1.3',
102
'pytest-html==1.22.1;python_version<"3.6"',
0 commit comments