Skip to content

Commit 1eddc9f

Browse files
committed
Use the newer version of pytest
1 parent 080142e commit 1eddc9f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ setuptools>=36.5.0
33
ipython==5.4.1
44
selenium==3.6.0
55
nose==1.3.7
6-
pytest==3.2.1
7-
pytest-html==1.15.2
6+
pytest==3.2.3
7+
pytest-html==1.16.0
88
six==1.10.0
99
flake8==3.4.1
1010
requests==2.18.4

server_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ setuptools>=36.5.0
33
ipython==5.4.1
44
selenium==2.53.6
55
nose==1.3.7
6-
pytest==3.2.1
7-
pytest-html==1.15.2
6+
pytest==3.2.3
7+
pytest-html==1.16.0
88
six==1.10.0
99
flake8==3.4.1
1010
requests==2.18.4

server_setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
'ipython==5.4.1',
2424
'selenium==2.53.6',
2525
'nose==1.3.7',
26-
'pytest==3.2.1',
27-
'pytest-html==1.15.2',
26+
'pytest==3.2.3',
27+
'pytest-html==1.16.0',
2828
'six==1.10.0',
2929
'flake8==3.4.1',
3030
'requests==2.18.4',

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
'ipython==5.4.1',
2323
'selenium==3.6.0',
2424
'nose==1.3.7',
25-
'pytest==3.2.1',
26-
'pytest-html==1.15.2',
25+
'pytest==3.2.3',
26+
'pytest-html==1.16.0',
2727
'six==1.10.0',
2828
'flake8==3.4.1',
2929
'requests==2.18.4',

0 commit comments

Comments
 (0)