Fabien C. Y. Benureau 5 years ago
parent 04b25a22c8
commit 76f5156a21
No known key found for this signature in database
GPG Key ID: C3FB5E831A249A9A

@ -20,6 +20,8 @@ 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
ddt # FIXME: remove strict version when https://github.com/datadriventests/ddt/issues/83 is fixed.
# (also remove in setup.py)
ddt==1.3.1
mock mock
pytest # optional (python setup.py test works without it), but possible nonetheless pytest # optional (python setup.py test works without it), but possible nonetheless

@ -61,7 +61,7 @@ setup(
], ],
test_suite='tests', test_suite='tests',
tests_require=['pyfakefs>=3.4', 'mock', 'ddt', 'certifi'], tests_require=['pyfakefs>=3.4', 'mock', 'ddt==1.3.1', 'certifi'],
# 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…
Cancel
Save