summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--passlib/tests/test_handlers.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/passlib/tests/test_handlers.py b/passlib/tests/test_handlers.py
index 718eb40..20a1c54 100644
--- a/passlib/tests/test_handlers.py
+++ b/passlib/tests/test_handlers.py
@@ -176,7 +176,8 @@ class _bsdi_crypt_test(HandlerCase):
platform_crypt_support = [
("freebsd|openbsd|netbsd|darwin", True),
- ("linux|solaris", False),
+ ("solaris", False),
+ # linux - may be present in libxcrypt
]
def test_77_fuzz_input(self, **kwds):
@@ -1253,7 +1254,8 @@ class _sha1_crypt_test(HandlerCase):
platform_crypt_support = [
("netbsd", True),
- ("freebsd|openbsd|linux|solaris|darwin", False),
+ ("freebsd|openbsd|solaris|darwin", False),
+ # linux - may be present in libxcrypt
]
# create test cases for specific backends