[Python-checkins] [3.11] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98071)

JelleZijlstra webhook-mailer at python.org
Fri Oct 7 23:59:24 EDT 2022


https://github.com/python/cpython/commit/52dab90500abe30eedfb908ee3881a68b8bd2c17
commit: 52dab90500abe30eedfb908ee3881a68b8bd2c17
branch: 3.11
author: Jelle Zijlstra <jelle.zijlstra at gmail.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-10-07T20:59:18-07:00
summary:

[3.11] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98071)

[3.11] Fix installed tests by adding to Makefile.pre.in

This was broken in #98045 but already fixed on main.

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index d23976ff80fb..e837a64a3c7c 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 \



More information about the Python-checkins mailing list