From e19ea2d49f64ab297911ced33860f79498e8010a4901713f83c85bd0dbe97c9c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 27 Oct 2020 21:46:21 +0000 Subject: [PATCH 1/2] Accepting request 844326 from home:pgajdos:python - disable test_nested_loop_error_in_grandchild_resource_tracker_silent [bsc#1177209] OBS-URL: https://build.opensuse.org/request/show/844326 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=42 --- python-joblib.changes | 6 ++++++ python-joblib.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python-joblib.changes b/python-joblib.changes index e84e293..56b357d 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 27 12:01:23 UTC 2020 - pgajdos@suse.com + +- disable test_nested_loop_error_in_grandchild_resource_tracker_silent + [bsc#1177209] + ------------------------------------------------------------------- Mon Oct 5 14:18:31 UTC 2020 - pgajdos@suse.com diff --git a/python-joblib.spec b/python-joblib.spec index e38b487..a81be99 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -86,13 +86,16 @@ export LANG=en_US.UTF-8 # aarch64: # test_resource_tracker_silent_when_reference_cycles # test_child_raises_parent_exits_cleanly +# i586: +# test_nested_loop_error_in_grandchild_resource_tracker_silent DISABLED_TESTS="test_hash_numpy_noncontiguous or \ test_hashes_are_different_between_c_and_fortran_contiguous_arrays or \ test_hashes_stay_the_same_with_numpy_objects or \ test_non_contiguous_array_pickling or \ test_multithreaded_parallel_termination_resource_tracker_silent or \ test_resource_tracker_silent_when_reference_cycles or \ - test_child_raises_parent_exits_cleanly" + test_child_raises_parent_exits_cleanly or \ + test_nested_loop_error_in_grandchild_resource_tracker_silent" %pytest -k "not ($DISABLED_TESTS)" %files %{python_files} From 7c00d29e5009e1a77e08fdfa8a89e64a84c29484b212e949c1bb17669794739a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 30 Oct 2020 12:52:01 +0000 Subject: [PATCH 2/2] Accepting request 844982 from home:pgajdos:python - disable test_hash_numpy_noncontiguous, test_hashes_are_different_between_c_and_fortran_contiguous_arrays, test_hashes_stay_the_same_with_numpy_objects, test_non_contiguous_array_pickling [bsc#1177209] OBS-URL: https://build.opensuse.org/request/show/844982 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=43 --- python-joblib.changes | 8 ++++++++ python-joblib.spec | 11 ++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/python-joblib.changes b/python-joblib.changes index 56b357d..fee5230 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 30 08:23:38 UTC 2020 - pgajdos@suse.com + +- disable test_hash_numpy_noncontiguous, + test_hashes_are_different_between_c_and_fortran_contiguous_arrays, + test_hashes_stay_the_same_with_numpy_objects, + test_non_contiguous_array_pickling [bsc#1177209] + ------------------------------------------------------------------- Tue Oct 27 12:01:23 UTC 2020 - pgajdos@suse.com diff --git a/python-joblib.spec b/python-joblib.spec index a81be99..917037a 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -88,6 +88,11 @@ export LANG=en_US.UTF-8 # test_child_raises_parent_exits_cleanly # i586: # test_nested_loop_error_in_grandchild_resource_tracker_silent +# s390x: +# test_hash_numpy_noncontiguous +# test_hashes_are_different_between_c_and_fortran_contiguous_arrays +# test_hashes_stay_the_same_with_numpy_objects +# test_non_contiguous_array_pickling DISABLED_TESTS="test_hash_numpy_noncontiguous or \ test_hashes_are_different_between_c_and_fortran_contiguous_arrays or \ test_hashes_stay_the_same_with_numpy_objects or \ @@ -95,7 +100,11 @@ DISABLED_TESTS="test_hash_numpy_noncontiguous or \ test_multithreaded_parallel_termination_resource_tracker_silent or \ test_resource_tracker_silent_when_reference_cycles or \ test_child_raises_parent_exits_cleanly or \ - test_nested_loop_error_in_grandchild_resource_tracker_silent" + test_nested_loop_error_in_grandchild_resource_tracker_silent or \ + test_hash_numpy_noncontiguous or \ + test_hashes_are_different_between_c_and_fortran_contiguous_arrays or \ + test_hashes_stay_the_same_with_numpy_objects or \ + test_non_contiguous_array_pickling" %pytest -k "not ($DISABLED_TESTS)" %files %{python_files}