pytest-runner should be a setup requirement

This commit is contained in:
James R. Barlow
2017-11-26 22:51:51 -08:00
parent 7eadd82048
commit 31a1f9f5ea
+2 -1
View File
@@ -220,7 +220,8 @@ setup(
python_requires='>=3.5',
setup_requires=[
'setuptools_scm', # so that version will work
'cffi>=1.9.1' # to build the leptonica module
'cffi>=1.9.1', # to build the leptonica module
'pytest-runner' # to enable python setup.py test
],
use_scm_version={'version_scheme': 'post-release'},
cffi_modules=[