diff options
-rw-r--r-- | tests/test_with_hypothesis.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_with_hypothesis.py b/tests/test_with_hypothesis.py index 5a181216..738549f6 100644 --- a/tests/test_with_hypothesis.py +++ b/tests/test_with_hypothesis.py @@ -6,9 +6,6 @@ import pytest from cryptography.fernet import Fernet -hypothesis = pytest.importorskip("hypothesis") - - @given(binary()) def test_fernet(data): f = Fernet(Fernet.generate_key()) |