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]