Add pytest to test requirements as none optional.
This commit is contained in:
parent
d11f443276
commit
d0608697bb
@ -24,4 +24,4 @@ certifi
|
|||||||
# (also remove in setup.py)
|
# (also remove in setup.py)
|
||||||
ddt==1.3.1
|
ddt==1.3.1
|
||||||
mock
|
mock
|
||||||
pytest # optional (python setup.py test works without it), but possible nonetheless
|
pytest
|
||||||
|
2
setup.py
2
setup.py
@ -61,7 +61,7 @@ setup(
|
|||||||
],
|
],
|
||||||
|
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
tests_require=['pyfakefs>=3.4', 'mock', 'ddt==1.3.1', 'certifi'],
|
tests_require=['pyfakefs>=3.4', 'mock', 'ddt==1.3.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