mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Tests: Specify typeguard version
This commit is contained in:
parent
9276c65462
commit
e8e709191a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
|
|||
"setuptools; python_version<'3.9'"]
|
||||
bcrypt_requires = ["passlib[bcrypt]", "bcrypt"]
|
||||
# typeguard requires pytest<7
|
||||
test_requires = ["pytest<7", "typeguard", "waitress", *bcrypt_requires]
|
||||
test_requires = ["pytest<7", "typeguard<3", "waitress", *bcrypt_requires]
|
||||
|
||||
setup(
|
||||
name="Radicale",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue