diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2023-05-12 15:51:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 15:51:46 (GMT) |
commit | b7597dab2c9ef7b825e190c5e4b130203361df24 (patch) | |
tree | 5bc9c6368231dde09f4dd26027f2ab7812b24af0 /Makefile.pre.in | |
parent | ce4eecf989e23fa26c033de78f1ca8b035a979cb (diff) | |
download | cpython-b7597dab2c9ef7b825e190c5e4b130203361df24.zip cpython-b7597dab2c9ef7b825e190c5e4b130203361df24.tar.gz cpython-b7597dab2c9ef7b825e190c5e4b130203361df24.tar.bz2 |
gh-86275: Fix install of new _hypothesis_stubs directory (#104425)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 3294665..52cafab 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 \ |