Upgrade to pytest==3.2.5, pytest-html==1.16.1

This commit is contained in:
Michael Mintz 2018-02-05 18:28:02 -05:00
parent d7e94d9603
commit c515937e9a
4 changed files with 8 additions and 8 deletions

View File

@ -3,8 +3,8 @@ setuptools>=38.2.4
ipython==5.4.1
selenium==3.8.0
nose==1.3.7
pytest==3.2.5
pytest-html==1.16.0
pytest==3.4.0
pytest-html==1.16.1
six==1.10.0
flake8==3.4.1
requests==2.18.4

View File

@ -3,8 +3,8 @@ setuptools>=38.2.4
ipython==5.4.1
selenium==2.53.6
nose==1.3.7
pytest==3.2.5
pytest-html==1.16.0
pytest==3.4.0
pytest-html==1.16.1
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.5',
'pytest-html==1.16.0',
'pytest==3.4.0',
'pytest-html==1.16.1',
'six==1.10.0',
'flake8==3.4.1',
'requests==2.18.4',

View File

@ -23,8 +23,8 @@ setup(
'ipython==5.4.1',
'selenium==3.8.0',
'nose==1.3.7',
'pytest==3.2.5',
'pytest-html==1.16.0',
'pytest==3.4.0',
'pytest-html==1.16.1',
'six==1.10.0',
'flake8==3.4.1',
'requests==2.18.4',