diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2024-02-15 13:35:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 13:35:56 (GMT) |
commit | 9bc32cdc363dfa00293917be3d694df8fa7f7007 (patch) | |
tree | 74d091354d495e17b68f1e26f91002e428a18d80 /Makefile.pre.in | |
parent | 0e4f73b8e457b1efa57b735205e8e85a3d11d9f2 (diff) | |
download | cpython-9bc32cdc363dfa00293917be3d694df8fa7f7007.zip cpython-9bc32cdc363dfa00293917be3d694df8fa7f7007.tar.gz cpython-9bc32cdc363dfa00293917be3d694df8fa7f7007.tar.bz2 |
[3.12] gh-108303: Move all `pydoc` related files to `test_pydoc` (GH-114506) (#115502)
(cherry picked from commit ccc76c3e88647e416184bb1f5210b4e8946ae358)
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 dd5e69f..f676035 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2208,6 +2208,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_lib2to3/data/fixers/myfixes \ test/test_module \ test/test_peg_generator \ + test/test_pydoc \ test/test_sqlite3 \ test/test_tkinter \ test/test_tomllib \ |