From c6c0d18a2d2dfacb30535790940b64e8fb7bdfdb Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Jun 04 2020 16:39:03 +0000 Subject: Reenable test_gdb Python 3.8.3 skips test_gdb tests when it detects that gdb fails to read debug information like "frame information optimized out": https://bugs.python.org/issue40019 https://github.com/python/cpython/commit/4ced9a7611ddfd923bd8f72aa61121d0e5aeb8fc Resolves: rhbz#1818857 --- diff --git a/python3.8.spec b/python3.8.spec index 089efd6..07c1031 100644 --- a/python3.8.spec +++ b/python3.8.spec @@ -1093,7 +1093,6 @@ CheckPython() { %if %{with bootstrap} -x test_distutils \ %endif - -x test_gdb \ %ifarch %{mips64} -x test_ctypes \ %endif