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, 4 insertions, 0 deletions
diff --git a/tests/hypothesis/__init__.py b/tests/hypothesis/__init__.py
index 4b540884..0b344066 100644
--- a/tests/hypothesis/__init__.py
+++ b/tests/hypothesis/__init__.py
@@ -3,3 +3,7 @@
# 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")