Skip to content

Commit c363a0a

Browse files
committed
Update pytest to version 3.4.2
1 parent 854e64c commit c363a0a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setuptools>=38.5.2
33
ipython==5.5.0
44
selenium==3.8.1
55
nose==1.3.7
6-
pytest==3.4.1
6+
pytest==3.4.2
77
pytest-html==1.16.1
88
pytest-xdist==1.22.2
99
six==1.10.0

server_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setuptools>=38.5.2
33
ipython==5.5.0
44
selenium==2.53.6
55
nose==1.3.7
6-
pytest==3.4.1
6+
pytest==3.4.2
77
pytest-html==1.16.1
88
pytest-xdist==1.22.2
99
six==1.10.0

server_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'ipython==5.5.0',
2424
'selenium==2.53.6',
2525
'nose==1.3.7',
26-
'pytest==3.4.1',
26+
'pytest==3.4.2',
2727
'pytest-html==1.16.1',
2828
'pytest-xdist==1.22.2',
2929
'six==1.10.0',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'ipython==5.5.0',
2424
'selenium==3.8.1',
2525
'nose==1.3.7',
26-
'pytest==3.4.1',
26+
'pytest==3.4.2',
2727
'pytest-html==1.16.1',
2828
'pytest-xdist==1.22.2',
2929
'six==1.10.0',

0 commit comments

Comments
 (0)