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