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 656de3b commit 93a0f81Copy full SHA for 93a0f81
requirements.txt
@@ -10,7 +10,7 @@ urllib3==1.24.3
10
requests>=2.21.0
11
selenium==3.141.0
12
pluggy>=0.11.0
13
-pytest>=4.4.2
+pytest>=4.5.0
14
pytest-cov>=2.7.1
15
pytest-forked>=1.0.2
16
pytest-html>=1.20.0
setup.py
@@ -63,7 +63,7 @@
63
'requests>=2.21.0',
64
'selenium==3.141.0',
65
'pluggy>=0.11.0',
66
- 'pytest>=4.4.2',
+ 'pytest>=4.5.0',
67
'pytest-cov>=2.7.1',
68
'pytest-forked>=1.0.2',
69
'pytest-html>=1.20.0',
0 commit comments