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 1a04bff commit 04974e5Copy full SHA for 04974e5
requirements.txt
@@ -8,7 +8,7 @@ unittest2
8
selenium==3.141.0
9
requests==2.21.0
10
urllib3==1.24.1
11
-pytest>=4.4.0
+pytest>=4.4.1
12
pytest-cov>=2.6.1
13
pytest-forked>=1.0.2
14
pytest-html>=1.20.0
setup.py
@@ -61,7 +61,7 @@
61
'selenium==3.141.0',
62
'requests==2.21.0', # Changing this may effect "urllib3"
63
'urllib3==1.24.1', # Keep this lib in sync with "requests"
64
- 'pytest>=4.4.0',
+ 'pytest>=4.4.1',
65
'pytest-cov>=2.6.1',
66
'pytest-forked>=1.0.2',
67
'pytest-html>=1.20.0',
0 commit comments