Skip to content

Commit 9d6c292

Browse files
committed
Update pytest and setuptools
1 parent 33d098e commit 9d6c292

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
@@ -1,9 +1,9 @@
11
pip>=9.0.1
2-
setuptools>=36.5.0
2+
setuptools>=38.2.4
33
ipython==5.4.1
44
selenium==3.8.0
55
nose==1.3.7
6-
pytest==3.2.3
6+
pytest==3.2.5
77
pytest-html==1.16.0
88
six==1.10.0
99
flake8==3.4.1

server_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pip>=9.0.1
2-
setuptools>=36.5.0
2+
setuptools>=38.2.4
33
ipython==5.4.1
44
selenium==2.53.6
55
nose==1.3.7
6-
pytest==3.2.3
6+
pytest==3.2.5
77
pytest-html==1.16.0
88
six==1.10.0
99
flake8==3.4.1

server_setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
license='The MIT License',
2020
install_requires=[
2121
'pip>=9.0.1',
22-
'setuptools>=36.5.0',
22+
'setuptools>=38.2.4',
2323
'ipython==5.4.1',
2424
'selenium==2.53.6',
2525
'nose==1.3.7',
26-
'pytest==3.2.3',
26+
'pytest==3.2.5',
2727
'pytest-html==1.16.0',
2828
'six==1.10.0',
2929
'flake8==3.4.1',

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
license='The MIT License',
2020
install_requires=[
2121
'pip>=9.0.1',
22-
'setuptools>=36.5.0',
22+
'setuptools>=38.2.4',
2323
'ipython==5.4.1',
2424
'selenium==3.8.0',
2525
'nose==1.3.7',
26-
'pytest==3.2.3',
26+
'pytest==3.2.5',
2727
'pytest-html==1.16.0',
2828
'six==1.10.0',
2929
'flake8==3.4.1',

0 commit comments

Comments
 (0)