Update comment about skipped test_freeze_simple_script

This commit is contained in:
Miro Hrončok 2022-10-31 16:08:23 +01:00
parent 1bc45ffecb
commit 6befb8fa5d
1 changed files with 3 additions and 3 deletions

View File

@ -1113,9 +1113,9 @@ CheckPython() {
# test_distutils # test_distutils
# distutils.tests.test_bdist_rpm tests fail when bootstraping the Python # distutils.tests.test_bdist_rpm tests fail when bootstraping the Python
# package: rpmbuild requires /usr/bin/pythonX.Y to be installed # package: rpmbuild requires /usr/bin/pythonX.Y to be installed
# test_freeze_simple_script is skipped, because it fails when bundled wheels # test_freeze_simple_script is skipped, because it fails without bundled libs.
# are removed in Fedora. # the freeze tool is only usable from the source checkout anyway,
# upstream report: https://bugs.python.org/issue45783 # we don't ship it in the RPM package.
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
-wW --slowest -j0 --timeout=1800 \ -wW --slowest -j0 --timeout=1800 \