mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
Fix isort test
Was broken by isort>=5
This commit is contained in:
parent
53c1648738
commit
1edfb16143
2 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ class TestBaseAuthRequests(BaseTest):
|
|||
``test_matrix`` "unicode"."""
|
||||
if htpasswd_encryption == "bcrypt":
|
||||
try:
|
||||
from passlib.hash import bcrypt
|
||||
from passlib.exc import MissingBackendError
|
||||
from passlib.hash import bcrypt
|
||||
except ImportError:
|
||||
pytest.skip("passlib[bcrypt] is not installed")
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue