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.
This commit is contained in:
Tomáš Hrnčiar 2021-10-07 07:30:41 +02:00
parent 47935cfb98
commit d2c17b67d0
1 changed files with 0 additions and 2 deletions

View File

@ -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