From 5d1f19dd08c51494f0cb0677916dff57db05a4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 7 Jul 2022 01:09:34 +0200 Subject: [PATCH] Don't skip a fixed test --- python-hypothesis.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index cfa47b5..9d4c685 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -90,12 +90,6 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man1 docs/_build/man/hypothesis.1 %check 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"