mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Update pytest
This commit is contained in:
parent
6f7abbcba5
commit
b78730d570
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -40,8 +40,7 @@ install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
|
||||||
"pika>=1.1.0",
|
"pika>=1.1.0",
|
||||||
"setuptools; python_version<'3.9'"]
|
"setuptools; python_version<'3.9'"]
|
||||||
bcrypt_requires = ["bcrypt"]
|
bcrypt_requires = ["bcrypt"]
|
||||||
# typeguard requires pytest<7
|
test_requires = ["pytest>=7", "typeguard>=4", "waitress", *bcrypt_requires]
|
||||||
test_requires = ["pytest<7", "typeguard<3", "waitress", *bcrypt_requires]
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="Radicale",
|
name="Radicale",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue