From: Jelle Zijlstra Date: Fri, 12 May 2023 15:51:46 +0000 (-0700) Subject: gh-86275: Fix install of new _hypothesis_stubs directory (#104425) X-Git-Tag: v3.12.0b1~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7597dab2c9ef7b825e190c5e4b130203361df24;p=thirdparty%2FPython%2Fcpython.git gh-86275: Fix install of new _hypothesis_stubs directory (#104425) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 329466580b9c..52cafabd1ab9 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2060,6 +2060,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/sndhdrdata \ test/subprocessdata \ test/support \ + test/support/_hypothesis_stubs \ test/test_asyncio \ test/test_capi \ test/test_ctypes \