From ee9a80556f1a3f9a227a711fa00c81bc2e97dfad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 26 Oct 2022 16:57:41 +0200 Subject: [PATCH] Unskip test_freeze_simple_script --- python3.11.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python3.11.spec b/python3.11.spec index 1d5c46c..73afa75 100644 --- a/python3.11.spec +++ b/python3.11.spec @@ -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