Daniel Garcia 2023-05-10 16:37:20 +00:00 committed by Git OBS Bridge
parent bb19a4f556
commit adc9271da2

View File

@ -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]