From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:23:57 +0000 (+0100) Subject: [3.11] gh-108303: Install `Lib/test/configdata` (GH-111899) (#111945) X-Git-Tag: v3.11.7~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b8445109d7dd8b319f5239ca013e83938579b4c;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-108303: Install `Lib/test/configdata` (GH-111899) (#111945) 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 ada866d83c04..21aecd4161ad 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1951,6 +1951,7 @@ TESTSUBDIRS= ctypes/test \ test/certdata/capath \ test/cjkencodings \ test/crashers \ + test/configdata \ test/data \ test/decimaltestdata \ test/dtracedata \