]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98072)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 8 Oct 2022 03:59:10 +0000 (20:59 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 03:59:10 +0000 (20:59 -0700)
This was broken in #98045 but already fixed on main.

Makefile.pre.in

index 95f0d870a38a2819f7cce610209747ee86bcec5f..8ee44bfc0adb6ae259061c67f69436d15039d70e 100644 (file)
@@ -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 \