mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00: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",
|
"pika>=1.1.0",
|
||||||
"setuptools; python_version<'3.9'"]
|
"setuptools; python_version<'3.9'"]
|
||||||
bcrypt_requires = ["bcrypt"]
|
bcrypt_requires = ["bcrypt"]
|
||||||
test_requires = ["pytest>=7", "typeguard>=4", "waitress", *bcrypt_requires]
|
test_requires = ["pytest>=7", "typeguard<4.3", "waitress", *bcrypt_requires]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="Radicale",
|
name="Radicale",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue