Skip to content

Commit 6e90318

Browse files
committed
Update to the latest versions of pytest and pytest-xdist
1 parent 2697859 commit 6e90318

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ setuptools
33
ipython==5.6.0
44
selenium==3.14.0
55
nose==1.3.7
6-
pytest==3.7.2
6+
pytest==3.7.3
77
pytest-html==1.19.0
8-
pytest-xdist==1.22.5
8+
pytest-xdist==1.23.0
99
six==1.11.0
1010
flake8==3.5.0
1111
requests==2.19.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
'ipython==5.6.0',
2323
'selenium==3.14.0',
2424
'nose==1.3.7',
25-
'pytest==3.7.2',
25+
'pytest==3.7.3',
2626
'pytest-html==1.19.0',
27-
'pytest-xdist==1.22.5',
27+
'pytest-xdist==1.23.0',
2828
'six==1.11.0',
2929
'flake8==3.5.0',
3030
'requests==2.19.1',

0 commit comments

Comments
 (0)