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 b08f486 commit cafc4d9Copy full SHA for cafc4d9
requirements.txt
@@ -10,7 +10,7 @@ urllib3==1.25.3
10
requests>=2.22.0
11
selenium==3.141.0
12
pluggy>=0.12.0
13
-pytest>=4.6.3
+pytest>=4.6.4
14
pytest-cov>=2.7.1
15
pytest-forked>=1.0.2
16
pytest-html>=1.21.1
setup.py
@@ -64,7 +64,7 @@
64
'requests>=2.22.0',
65
'selenium==3.141.0',
66
'pluggy>=0.12.0',
67
- 'pytest>=4.6.3',
+ 'pytest>=4.6.4', # Keep at >=4.6.4 for Python 2 compatibility
68
'pytest-cov>=2.7.1',
69
'pytest-forked>=1.0.2',
70
'pytest-html>=1.21.1',
0 commit comments