diff --git a/python-Mathics.spec b/python-Mathics.spec index ef60ae1..f4790de 100644 --- a/python-Mathics.spec +++ b/python-Mathics.spec @@ -124,9 +124,9 @@ DONTTEST+=' or test_element or test_limit or test_private_doctests_' DONTTEST+=' or test_associations_private_doctests or test_ArcCos or test_add' DONTTEST+=' or test_set_and_clear or test_compare_many_members or test_cmp1_no_pass' DONTTEST+=' or test_makeboxes_ or test_returncode or test_predicates_private_doctests' -%ifarch %ix86 -DONTTEST+=' or test_nintegrate or test_cli' -%endif +if [ "%_lib" = "lib" ]; then + DONTTEST+=' or test_nintegrate or test_cli' +fi export DONTTEST export USE_CYTHON=0 %pytest -k "not (${DONTTEST})"