From adc9271da28911e6d82a067fe95bdee0fc5f36ba1a8bc4f2b897e1741477bbfe Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 10 May 2023 16:37:20 +0000 Subject: [PATCH] - Complete comment in spec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=167 --- python-hypothesis.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 3eb5b40..c530665 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -147,7 +147,7 @@ sed -i 's/assert (arr == 0.0)/assert np.asarray(arr == 0.0)/' tests/numpy/test_g # https://github.com/HypothesisWorks/hypothesis/issues/2546 donttest="test_updating_the_file_include_new_shrinkers" donttest+=" or test_can_learn_to_normalize_the_unnormalized" -# Fail because +# Fail because typing comparison donttest+=" or test_ghostwriter_on_hypothesis" # adapted from pytest.ini in github repo toplevel dir (above hypothesis-python) echo '[pytest]