From 039be6ff7f6677fb1b463afccc64470eb7f42130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 7 Jul 2022 02:17:27 +0200 Subject: [PATCH] Skip one hanging test --- python-hypothesis.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index ed02c13..2789e3a 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -98,6 +98,9 @@ k="not test_registered_from_entrypoint" # https://github.com/HypothesisWorks/hypothesis/issues/3035 k="$k and not test_recursion_error_is_not_flaky" +# test hangs, TODO investigate/report upstream +k="$k and not test_numpy_signature_parses " + # https://github.com/pandas-dev/pandas/commit/95a86a9884e %if "%{_arch}" == "s390x" k="$k and not test_data_frames_with_timestamp_columns"