From 3a6f3f6941b5212d29a61908a51ab0656f2ed8af Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 11 Jun 2019 15:01:09 +0200 Subject: [PATCH] Reenable test_distutils and test_bdist_rpm Resolves: rhbz#1685557 --- python38.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python38.spec b/python38.spec index b7f69fc..73113c4 100644 --- a/python38.spec +++ b/python38.spec @@ -954,8 +954,6 @@ CheckPython() { # https://bugs.python.org/issue35998 LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest -j0 \ - -x test_distutils \ - -x test_bdist_rpm \ %ifarch %{arm} s390x -x test_gdb \ %endif