From d2c17b67d0cc63bcd8b8f8dadee1512625077f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Thu, 7 Oct 2021 07:30:41 +0200 Subject: [PATCH] Enable test_frozentable test_frozentable was disabled due to error in Python 3.10.0a6. This is now fixed so test can be enabled again. --- python3.10.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python3.10.spec b/python3.10.spec index 5573db4..84dec96 100644 --- a/python3.10.spec +++ b/python3.10.spec @@ -1073,10 +1073,8 @@ CheckPython() { # test_distutils # distutils.tests.test_bdist_rpm tests fail when bootstraping the Python # package: rpmbuild requires /usr/bin/pythonX.Y to be installed - # test_frozentable fails with Python 3.10.0a6 (https://bugs.python.org/issue43372) LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest -j0 --timeout=1800 \ - -i test_frozentable \ %if %{with bootstrap} -x test_distutils \ %endif