Stop disabling test_asyncio, the problem was fixed

This commit is contained in:
Miro Hrončok 2019-08-09 21:04:49 +02:00
parent 2d19c7ecdc
commit 2d970f424c
1 changed files with 0 additions and 3 deletions

View File

@ -1019,8 +1019,6 @@ CheckPython() {
# https://bugzilla.redhat.com/show_bug.cgi?id=1678277
# test_gdb skipped everywhere:
# https://bugzilla.redhat.com/show_bug.cgi?id=1734327
# test_asyncio skipped:
# https://bugs.python.org/issue35998
# test_distutils
# distutils.tests.test_bdist_rpm tests fail when bootstraping the Python
# package: rpmbuild requires /usr/bin/pythonX.Y to be installed
@ -1033,7 +1031,6 @@ CheckPython() {
%ifarch %{mips64}
-x test_ctypes \
%endif
-x test_asyncio \
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName