Adds missing test dependency to certifi.
This commit is contained in:
parent
fbc9b94f8d
commit
52378d0903
@ -19,6 +19,7 @@ six
|
|||||||
|
|
||||||
# those are the additional packages required to run the tests
|
# those are the additional packages required to run the tests
|
||||||
pyfakefs
|
pyfakefs
|
||||||
|
certifi
|
||||||
ddt
|
ddt
|
||||||
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
|
||||||
|
2
setup.py
2
setup.py
@ -60,7 +60,7 @@ setup(
|
|||||||
],
|
],
|
||||||
|
|
||||||
test_suite='tests',
|
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'
|
# 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