]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98071)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 8 Oct 2022 03:59:18 +0000 (20:59 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 03:59:18 +0000 (20:59 -0700)
[3.11] Fix installed tests by adding to Makefile.pre.in

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

Makefile.pre.in

index d23976ff80fbbbd3c405dee7a539f3570b5cd06a..e837a64a3c7c5be93eaa653239835bbfcd5c6bb7 100644 (file)
@@ -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 \