Adds missing test dependency to certifi.

main
Olivier Mangin 6 years ago
parent fbc9b94f8d
commit 52378d0903
No known key found for this signature in database
GPG Key ID: D72FEC1C3120A884

@ -19,6 +19,7 @@ six
# those are the additional packages required to run the tests
pyfakefs
certifi
ddt
mock
pytest # optional (python setup.py test works without it), but possible nonetheless

@ -60,7 +60,7 @@ setup(
],
test_suite='tests',
tests_require=['pyfakefs>=3.4', 'mock', 'ddt'],
tests_require=['pyfakefs>=3.4', 'mock', 'ddt', 'certifi'],
# in order to avoid 'zipimport.ZipImportError: bad local file header'
zip_safe=False,

Loading…
Cancel
Save