We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting from 3.4.0 'bcrypt' is an optional dependency at runtime. However it seems to still be mandatory to successfully run the tests.
Just ran into that on gentoo here https://bugs.gentoo.org/949850
The gentoo solution will likely be to add bcrypt as a build dependency when testing is enabled.
Just wanted to let you know. Maybe the tests can be changed so that bcrypt related tests are skipped gracefully when not available.
The text was updated successfully, but these errors were encountered:
fixed by #1700
Sorry, something went wrong.
Thanks!
Just wondering if
Radicale/pyproject.toml
Line 40 in 93970a1
Just wondering if Radicale/pyproject.toml Line 40 in 93970a1 test = ["pytest>=7", "waitress", "bcrypt"] needs changing as well
Line 40 in 93970a1 test = ["pytest>=7", "waitress", "bcrypt"] needs changing as well
In this context:
[project.optional-dependencies] test = ["pytest>=7", "waitress", "bcrypt"] bcrypt = ["bcrypt"] ldap = ["ldap3"]
I would assume it's not causing any problems now.
pbiering
No branches or pull requests
Starting from 3.4.0 'bcrypt' is an optional dependency at runtime. However it seems to still be mandatory to successfully run the tests.
Just ran into that on gentoo here https://bugs.gentoo.org/949850
The gentoo solution will likely be to add bcrypt as a build dependency when testing is enabled.
Just wanted to let you know. Maybe the tests can be changed so that bcrypt related tests are skipped gracefully when not available.
The text was updated successfully, but these errors were encountered: