Use pytest>=4.3.1

This commit is contained in:
Michael Mintz 2019-03-16 01:51:41 -04:00
parent d0f973a8f2
commit 20c8f168d6
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ unittest2
selenium==3.141.0
requests==2.21.0
urllib3==1.24.1
pytest>=4.3.0
pytest>=4.3.1
pytest-cov>=2.6.1
pytest-html>=1.20.0
pytest-rerunfailures>=6.0

View File

@ -61,7 +61,7 @@ setup(
'selenium==3.141.0',
'requests==2.21.0', # Changing this may effect "urllib3"
'urllib3==1.24.1', # Keep this lib in sync with "requests"
'pytest>=4.3.0',
'pytest>=4.3.1',
'pytest-cov>=2.6.1',
'pytest-html>=1.20.0',
'pytest-rerunfailures>=6.0',