From bce417d8e06063eaf47ce84e82edd1212c42394d Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Mar 20 2019 11:32:55 +0000 Subject: Temporarily skip test_asyncio to workaround bpo-35998 https://bugs.python.org/issue35998 --- diff --git a/python3.spec b/python3.spec index 336a3c9..54a24f6 100644 --- a/python3.spec +++ b/python3.spec @@ -1061,6 +1061,8 @@ CheckPython() { # https://bugzilla.redhat.com/show_bug.cgi?id=1196181 # test_gdb skipped on s390x: # https://bugzilla.redhat.com/show_bug.cgi?id=1678277 + # test_asyncio skipped: + # https://bugs.python.org/issue35998 WITHIN_PYTHON_RPM_BUILD= \ LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest -j0 \ @@ -1075,6 +1077,7 @@ CheckPython() { %ifarch ppc64le -x test_buffer \ %endif + -x test_asyncio \ echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName