Tomáš Chvátal 2019-05-29 08:37:50 +00:00 committed by Git OBS Bridge
parent b5dc6c76c3
commit 2925034da7

View File

@ -153,7 +153,7 @@ ln -s %{python3_sitelib}/rfc3986/ \
%check %check
%if %{with test} %if %{with test}
skiplist='not test_select_interrupt_exception and not test_selector_error and not timeout and not test_request_host_header_ignores_fqdn_dot and not test_dotted_fqdn' skiplist='not test_select_interrupt_exception and not test_selector_error and not timeout and not test_request_host_header_ignores_fqdn_dot and not test_dotted_fqdn and not TestImportWithoutSSL'
case $(uname -m) in case $(uname -m) in
ppc*) ppc*)
skiplist="$skiplist and not test_select_timing and not test_select_multiple_interrupts_with_event and not test_interrupt_wait_for_read_with_event and not test_select_interrupt_with_event";; skiplist="$skiplist and not test_select_timing and not test_select_multiple_interrupts_with_event and not test_interrupt_wait_for_read_with_event and not test_select_interrupt_with_event";;