The package rpms/python-nilearn.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/python-nilearn.git/commit/?id=2fda2c... https://src.fedoraproject.org/cgit/rpms/python-nilearn.git/commit/?id=c7e590....
Change: +%ifarch s390x %{power64} %{arm64} %{arm32} +%ifarch s390x %{power64} %{arm64} %{arm}
Thanks.
Full change: ============
commit 2fda2ced3d057b9c21db3ee114441c40dfb95754 Author: Ankur Sinha (Ankur Sinha Gmail) sanjay.ankur@gmail.com Date: Fri Apr 29 12:05:10 2022 +0100
improvement: explicitly mention arm32
diff --git a/python-nilearn.spec b/python-nilearn.spec index 181a9e3..89a8250 100644 --- a/python-nilearn.spec +++ b/python-nilearn.spec @@ -70,7 +70,7 @@ sed -i 's/python/python3/' nilearn/plotting/glass_brain_files/generate_json.sh
# 4 of ~1500 tests are failing on a few arches, already reported upstream: # https://github.com/nilearn/nilearn/issues/3232 -%ifarch s390x %{power64} %{arm64} %{arm} +%ifarch s390x %{power64} %{arm64} %{arm32} k="${k:-}${k:+ and} not test_nilearn_standardize[False-True-zscore] and not test_nilearn_standardize[False-True-psc] and not test_nilearn_standardize[True-True-zscore] and not test_nilearn_standardize[True-True-psc]" %endif %{pytest} -k "${k:-}" nilearn
commit c7e59040ed0d6c37268c85ed9dbc10bf4063fc6d Author: Ankur Sinha (Ankur Sinha Gmail) sanjay.ankur@gmail.com Date: Fri Apr 29 12:04:28 2022 +0100
fix: also disable failing tests on arm32
diff --git a/python-nilearn.spec b/python-nilearn.spec index 15c04d9..181a9e3 100644 --- a/python-nilearn.spec +++ b/python-nilearn.spec @@ -70,7 +70,7 @@ sed -i 's/python/python3/' nilearn/plotting/glass_brain_files/generate_json.sh
# 4 of ~1500 tests are failing on a few arches, already reported upstream: # https://github.com/nilearn/nilearn/issues/3232 -%ifarch s390x %{power64} %{arm64} +%ifarch s390x %{power64} %{arm64} %{arm} k="${k:-}${k:+ and} not test_nilearn_standardize[False-True-zscore] and not test_nilearn_standardize[False-True-psc] and not test_nilearn_standardize[True-True-zscore] and not test_nilearn_standardize[True-True-psc]" %endif %{pytest} -k "${k:-}" nilearn
arch-excludes@lists.fedoraproject.org