Use the newer version of pytest

This commit is contained in:
Michael Mintz 2017-10-09 18:59:00 -04:00
parent 080142e945
commit 1eddc9fac3
4 changed files with 8 additions and 8 deletions

View File

@ -3,8 +3,8 @@ setuptools>=36.5.0
ipython==5.4.1
selenium==3.6.0
nose==1.3.7
pytest==3.2.1
pytest-html==1.15.2
pytest==3.2.3
pytest-html==1.16.0
six==1.10.0
flake8==3.4.1
requests==2.18.4

View File

@ -3,8 +3,8 @@ setuptools>=36.5.0
ipython==5.4.1
selenium==2.53.6
nose==1.3.7
pytest==3.2.1
pytest-html==1.15.2
pytest==3.2.3
pytest-html==1.16.0
six==1.10.0
flake8==3.4.1
requests==2.18.4

View File

@ -23,8 +23,8 @@ setup(
'ipython==5.4.1',
'selenium==2.53.6',
'nose==1.3.7',
'pytest==3.2.1',
'pytest-html==1.15.2',
'pytest==3.2.3',
'pytest-html==1.16.0',
'six==1.10.0',
'flake8==3.4.1',
'requests==2.18.4',

View File

@ -22,8 +22,8 @@ setup(
'ipython==5.4.1',
'selenium==3.6.0',
'nose==1.3.7',
'pytest==3.2.1',
'pytest-html==1.15.2',
'pytest==3.2.3',
'pytest-html==1.16.0',
'six==1.10.0',
'flake8==3.4.1',
'requests==2.18.4',