From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:32:21 +0000 (+0100) Subject: [3.12] gh-108303: Install `Lib/test/configdata` (GH-111899) (#111946) X-Git-Tag: v3.12.1~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=881c9eb962608da8deb4d48fe1642f714ce00b91;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-108303: Install `Lib/test/configdata` (GH-111899) (#111946) gh-108303: Install `Lib/test/configdata` (GH-111899) (cherry picked from commit 65d6dc27156112ac6a9f722b7b62529c94e0344b) Co-authored-by: Nikita Sobolev --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 0cb9db744433..812bc93055e5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2121,6 +2121,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/certdata/capath \ test/cjkencodings \ test/crashers \ + test/configdata \ test/data \ test/decimaltestdata \ test/dtracedata \