Skip a test that sometimes hangs on aarch64 and ppc64le

This commit is contained in:
Benjamin A. Beasley 2022-12-05 14:49:16 -05:00
parent 04e8e92b4f
commit 6621b77809
1 changed files with 6 additions and 0 deletions

View File

@ -639,6 +639,11 @@ k="${k-}${k+ and }not (TestStata and test_utf8_writer)"
k="${k-}${k+ and }not test_arrow_array"
%endif
%ifarch aarch64 ppc64le
# TODO: Why do some of the parametrizations of this test sometimes hang?
k="${k-}${k+ and }not test_resample_empty_series"
%endif
# Ensure pytest doesnt find the “un-built” library. We can get away with this
# approach because the tests are also in the installed library. We cant simply
# “cd” to the buildroots python3_sitearch because testing leaves files in the
@ -702,6 +707,7 @@ export PYTHONHASHSEED="$(
- Re-enable python-gcsfs BR/weak-dep. on F38 and later
- Work around a harmless test failure with libarrow/pyarrow 10
- Allow a slightly older numpy version for F37
- Skip a test that sometimes hangs on aarch64 and ppc64le
* Wed Nov 23 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.1-2
- Update license breakdown and convert to SPDX