From 3b99042942854604dfbc2e19924a5efcd34dea60 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 7 Oct 2022 16:03:48 -0700 Subject: [PATCH] [3.11] Fix installed tests by adding to Makefile.pre.in This was broken in #98045 but already fixed on main. --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index d23976ff80fbbb..e837a64a3c7c5b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2004,6 +2004,7 @@ TESTSUBDIRS= ctypes/test \ test/test_warnings test/test_warnings/data \ test/test_zoneinfo test/test_zoneinfo/data \ test/tracedmodules \ + test/typinganndata \ test/xmltestdata test/xmltestdata/c14n-20 \ test/ziptestdata \ tkinter/test tkinter/test/test_tkinter \