From 6befb8fa5dff41e6695e72408bd9c8289ca1dd9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 31 Oct 2022 16:08:23 +0100 Subject: [PATCH] Update comment about skipped test_freeze_simple_script --- python3.12.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3.12.spec b/python3.12.spec index 5595478..c9f6563 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -1113,9 +1113,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 + # test_freeze_simple_script is skipped, because it fails without bundled libs. + # the freeze tool is only usable from the source checkout anyway, + # we don't ship it in the RPM package. LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest -j0 --timeout=1800 \