diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cryptography/h-test.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cryptography/h-test.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cryptography/h-test.patch b/meta-python/recipes-devtools/python/python3-cryptography/h-test.patch new file mode 100644 index 0000000000..9f07c73803 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography/h-test.patch | |||
@@ -0,0 +1,10 @@ | |||
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 | + | ||