Temporarily skip test_asyncio to workaround bpo-35998
https://bugs.python.org/issue35998
This commit is contained in:
parent
804ec7c37d
commit
136178652c
@ -978,6 +978,8 @@ CheckPython() {
|
|||||||
# our non-standard decorators take effect on the relevant tests:
|
# our non-standard decorators take effect on the relevant tests:
|
||||||
# @unittest._skipInRpmBuild(reason)
|
# @unittest._skipInRpmBuild(reason)
|
||||||
# @unittest._expectedFailureInRpmBuild
|
# @unittest._expectedFailureInRpmBuild
|
||||||
|
# test_asyncio skipped:
|
||||||
|
# https://bugs.python.org/issue35998
|
||||||
WITHIN_PYTHON_RPM_BUILD= \
|
WITHIN_PYTHON_RPM_BUILD= \
|
||||||
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
|
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
|
||||||
-wW --slowest -j0 \
|
-wW --slowest -j0 \
|
||||||
@ -990,6 +992,7 @@ CheckPython() {
|
|||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
-x test_buffer \
|
-x test_buffer \
|
||||||
%endif
|
%endif
|
||||||
|
-x test_asyncio \
|
||||||
|
|
||||||
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName
|
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user