diff --git a/python-astropy.spec b/python-astropy.spec index a5c1776..3ed998e 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -189,10 +189,10 @@ py.test-%{python3_version} -k "not test_fail_meta_serialize" astropy rm -fr .pytest_cache popd %endif # ifnarch s390x %{power64} -# Execute tests on power64 excluding failing test_str() and test_fail_meta_serialize() +# Execute tests on power64 excluding failing test_str, test_fail_meta_serialize and test_write_read_roundtrip %ifarch %{power64} pushd %{buildroot}/%{python3_sitearch} -py.test-%{python3_version} -k "(not test_fail_meta_serialize or test_str)" astropy +py.test-%{python3_version} -k "not (test_fail_meta_serialize or test_str or test_write_read_roundtrip)" astropy # Remove spurious test relict rm -fr .pytest_cache popd