Unskip test_freeze_simple_script

This commit is contained in:
Miro Hrončok 2022-10-26 16:57:41 +02:00
commit ee9a80556f

View file

@ -1069,13 +1069,9 @@ 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_freeze_simple_script is skipped, because it fails when bundled wheels
# are removed in Fedora.
# upstream report: https://bugs.python.org/issue45783
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
-wW --slowest -j0 --timeout=1800 \
-i test_freeze_simple_script \
%if %{with bootstrap}
-x test_distutils \
%endif