Skip to content

Commit

Permalink
Tests: Specify typeguard version
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Mar 20, 2023
1 parent 9276c65 commit e8e7091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"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",
Expand Down

0 comments on commit e8e7091

Please sign in to comment.