Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 1 | --- 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 | + |