Update ddt dependency after upstream bug fix.
This commit is contained in:
parent
96cce2cab5
commit
1865e64ce3
@ -20,8 +20,6 @@ six
|
|||||||
# those are the additional packages required to run the tests
|
# those are the additional packages required to run the tests
|
||||||
pyfakefs
|
pyfakefs
|
||||||
certifi
|
certifi
|
||||||
# FIXME: remove strict version when https://github.com/datadriventests/ddt/issues/83 is fixed.
|
ddt>=1.4.1
|
||||||
# (also remove in setup.py)
|
|
||||||
ddt==1.3.1
|
|
||||||
mock
|
mock
|
||||||
pytest
|
pytest
|
||||||
|
2
setup.py
2
setup.py
@ -60,7 +60,7 @@ setup(
|
|||||||
],
|
],
|
||||||
|
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
tests_require=['pyfakefs>=3.4', 'mock', 'ddt==1.3.1', 'certifi', 'pytest'],
|
tests_require=['pyfakefs>=3.4', 'mock', 'ddt>=1.4.1', 'certifi', 'pytest'],
|
||||||
|
|
||||||
# in order to avoid 'zipimport.ZipImportError: bad local file header'
|
# in order to avoid 'zipimport.ZipImportError: bad local file header'
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user