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 2697859 commit 6e90318Copy full SHA for 6e90318
requirements.txt
@@ -3,9 +3,9 @@ setuptools
3
ipython==5.6.0
4
selenium==3.14.0
5
nose==1.3.7
6
-pytest==3.7.2
+pytest==3.7.3
7
pytest-html==1.19.0
8
-pytest-xdist==1.22.5
+pytest-xdist==1.23.0
9
six==1.11.0
10
flake8==3.5.0
11
requests==2.19.1
setup.py
@@ -22,9 +22,9 @@
22
'ipython==5.6.0',
23
'selenium==3.14.0',
24
'nose==1.3.7',
25
- 'pytest==3.7.2',
+ 'pytest==3.7.3',
26
'pytest-html==1.19.0',
27
- 'pytest-xdist==1.22.5',
+ 'pytest-xdist==1.23.0',
28
'six==1.11.0',
29
'flake8==3.5.0',
30
'requests==2.19.1',
0 commit comments