aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hypothesis/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hypothesis/__init__.py')
-rw-r--r--tests/hypothesis/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/hypothesis/__init__.py b/tests/hypothesis/__init__.py
index 0b344066..4b540884 100644
--- a/tests/hypothesis/__init__.py
+++ b/tests/hypothesis/__init__.py
@@ -3,7 +3,3 @@
# for complete details.
from __future__ import absolute_import, division, print_function
-
-import pytest
-# hypothesis no longer supports Python 2.6 so we simply skip it there
-pytest.importorskip("hypothesis")