Skip to content

Commit c515937

Browse files
committed
Upgrade to pytest==3.2.5, pytest-html==1.16.1
1 parent d7e94d9 commit c515937

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>=38.2.4
33
ipython==5.4.1
44
selenium==3.8.0
55
nose==1.3.7
6-
pytest==3.2.5
7-
pytest-html==1.16.0
6+
pytest==3.4.0
7+
pytest-html==1.16.1
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>=38.2.4
33
ipython==5.4.1
44
selenium==2.53.6
55
nose==1.3.7
6-
pytest==3.2.5
7-
pytest-html==1.16.0
6+
pytest==3.4.0
7+
pytest-html==1.16.1
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.5',
27-
'pytest-html==1.16.0',
26+
'pytest==3.4.0',
27+
'pytest-html==1.16.1',
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
@@ -23,8 +23,8 @@
2323
'ipython==5.4.1',
2424
'selenium==3.8.0',
2525
'nose==1.3.7',
26-
'pytest==3.2.5',
27-
'pytest-html==1.16.0',
26+
'pytest==3.4.0',
27+
'pytest-html==1.16.1',
2828
'six==1.10.0',
2929
'flake8==3.4.1',
3030
'requests==2.18.4',

0 commit comments

Comments
 (0)