From f50e3a7feab457f2fa0fc4b26d404470d186087a Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 7 Oct 2022 20:59:10 -0700 Subject: [PATCH] [3.10] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98072) 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 95f0d870a38a..8ee44bfc0adb 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1521,6 +1521,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 \ -- 2.47.3