From b7597dab2c9ef7b825e190c5e4b130203361df24 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 12 May 2023 08:51:46 -0700 Subject: [PATCH] gh-86275: Fix install of new _hypothesis_stubs directory (#104425) --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 329466580b9..52cafabd1ab 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 \