mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Use tox for tests
This commit is contained in:
parent
abcc0c2ef6
commit
14a3c3d763
4 changed files with 23 additions and 20 deletions
5
setup.py
5
setup.py
|
@ -50,10 +50,7 @@ install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
|
|||
"python-dateutil>=2.7.3",
|
||||
"setuptools; python_version<'3.9'"]
|
||||
# typeguard requires pytest<7
|
||||
tests_require = ["pytest<7", "pytest-cov", "pytest-flake8", "pytest-isort",
|
||||
"typeguard", "waitress",
|
||||
"pytest-mypy; implementation_name=='cpython'",
|
||||
"types-setuptools; implementation_name=='cpython'"]
|
||||
tests_require = ["pytest<7", "typeguard", "waitress"]
|
||||
|
||||
setup(
|
||||
name="Radicale",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue