aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2015-09-30 19:13:56 +0800
committerTerry Chia <terrycwk1994@gmail.com>2015-09-30 19:13:56 +0800
commitdcf643f20bee524e748a85221e45c8152afa7478 (patch)
treeb01587fdb1cd41fd88141b58b580e6fa9fc0732c /tests
parent36a787ff216dff16e49c3cbc8895515588697337 (diff)
downloadcryptography-dcf643f20bee524e748a85221e45c8152afa7478.tar.gz
cryptography-dcf643f20bee524e748a85221e45c8152afa7478.tar.bz2
cryptography-dcf643f20bee524e748a85221e45c8152afa7478.zip
Remove unneeded line.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_with_hypothesis.py3
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())