mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 06:07:35 +03:00
downgrade requirement to typeguard<4.3 for tests to avoid broken test jobs
This commit is contained in:
parent
b1ae3edea8
commit
c6d01b7874
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -40,7 +40,7 @@ install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
|
|||
"pika>=1.1.0",
|
||||
"setuptools; python_version<'3.9'"]
|
||||
bcrypt_requires = ["bcrypt"]
|
||||
test_requires = ["pytest>=7", "typeguard>=4", "waitress", *bcrypt_requires]
|
||||
test_requires = ["pytest>=7", "typeguard<4.3", "waitress", *bcrypt_requires]
|
||||
|
||||
setup(
|
||||
name="Radicale",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue