2025-02-05 12:37:19 +00:00
committed by Git OBS Bridge
parent dbad5635b8
commit ff107912b5

View File

@@ -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'
# DONTTEST+=' or test_limit or or test_compare_many_members'
# DONTTEST+=' or test_apply_fns_to_lists or test_bessel or test_string_replace_errors'
# DONTTEST+=' or test_set_and_clear or test_predicates_private_doctests or test_ArcCos'
%ifarch %ix86
DONTTEST+=' or test_nintegrate or test_cli'
%endif
export DONTTEST
export USE_CYTHON=0
%pytest -k "not (${DONTTEST})"