Skip to content

Commit

Permalink
remove unused requirement "typeguard"
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Aug 4, 2024
1 parent b1cf1f2 commit 7388a09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 3.dev
* Enhancement: remove unexpected control codes from uploaded items
* Drop: remove unused requirement "typeguard"

## 3.2.2
* Enhancement: add support for auth.type=denyall (will be default for security reasons in upcoming releases)
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[tool:pytest]
addopts = --typeguard-packages=radicale

[tox:tox]
min_version = 4.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"pika>=1.1.0",
]
bcrypt_requires = ["bcrypt"]
test_requires = ["pytest>=7", "typeguard<4.3", "waitress", *bcrypt_requires]
test_requires = ["pytest>=7", "waitress", *bcrypt_requires]

setup(
name="Radicale",
Expand Down

0 comments on commit 7388a09

Please sign in to comment.