diff options
author | Terry Chia <terrycwk1994@gmail.com> | 2015-09-30 19:13:56 +0800 |
---|---|---|
committer | Terry Chia <terrycwk1994@gmail.com> | 2015-09-30 19:13:56 +0800 |
commit | dcf643f20bee524e748a85221e45c8152afa7478 (patch) | |
tree | b01587fdb1cd41fd88141b58b580e6fa9fc0732c /tests/test_with_hypothesis.py | |
parent | 36a787ff216dff16e49c3cbc8895515588697337 (diff) | |
download | cryptography-dcf643f20bee524e748a85221e45c8152afa7478.tar.gz cryptography-dcf643f20bee524e748a85221e45c8152afa7478.tar.bz2 cryptography-dcf643f20bee524e748a85221e45c8152afa7478.zip |
Remove unneeded line.
Diffstat (limited to 'tests/test_with_hypothesis.py')
-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()) |