blob: 9f07c73803cb1e96fd8b058eba80ba83d5f39523 [file] [log] [blame]
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05001--- a/tests/hypothesis/__init__.py
2+++ b/tests/hypothesis/__init__.py
3@@ -3,3 +3,7 @@
4 # for complete details.
5
6 from __future__ import absolute_import, division, print_function
7+
8+import pytest
9+hypothesis = pytest.importorskip("hypothesis")
10+