summaryrefslogtreecommitdiff
path: root/tests/test_bcrypt.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_bcrypt.py')
-rw-r--r--tests/test_bcrypt.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_bcrypt.py b/tests/test_bcrypt.py
index 0c4ac47..d3bf6a1 100644
--- a/tests/test_bcrypt.py
+++ b/tests/test_bcrypt.py
@@ -465,11 +465,6 @@ def test_invalid_params(password, salt, desired_key_bytes, rounds, error):
bcrypt.kdf(password, salt, desired_key_bytes, rounds)
-def test_bcrypt_assert():
- with pytest.raises(SystemError):
- bcrypt._bcrypt_assert(False)
-
-
def test_2a_wraparound_bug():
assert (
bcrypt.hashpw(