Add pytest-runner to run tests with py.test on setup.py test
This commit is contained in:
8
setup.py
8
setup.py
@@ -63,6 +63,14 @@ setup(
|
||||
provides=["radicale"],
|
||||
scripts=["bin/radicale"],
|
||||
install_requires=["vobject"],
|
||||
setup_requires=['pytest-runner'],
|
||||
tests_require=['pytest-cov', 'pytest-flake8', 'pytest-isort', 'pytest'],
|
||||
extras_require={
|
||||
'test': [
|
||||
'pytest-runner', 'pytest-cov', 'pytest-flake8', 'pytest-isort',
|
||||
'pytest'
|
||||
]
|
||||
},
|
||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
||||
Reference in New Issue
Block a user