summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-26 13:29:45 (GMT)
committerGitHub <noreply@github.com>2023-05-26 13:29:45 (GMT)
commite399f46a77263621610b350453e0f50252c6dc08 (patch)
treec90da37d75dffaba32a031488c406fea1d7db022 /Makefile.pre.in
parentba73473f4c18ba4cf7ab18d84d94a47d2d37a0c5 (diff)
downloadcpython-e399f46a77263621610b350453e0f50252c6dc08.zip
cpython-e399f46a77263621610b350453e0f50252c6dc08.tar.gz
cpython-e399f46a77263621610b350453e0f50252c6dc08.tar.bz2
gh-104773: PEP 594: Remove the imghdr module (#104777)
* Remove the Lib/test/imghdrdata/ directory. * Copy 5 pictures (gif, png, ppm, pgm, xbm) from removed Lib/test/imghdrdata/ to a new Lib/test/tkinterdata/ directory. * Update Sphinx from 4.5 to 6.2 in Doc/requirements.txt.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index b277092..7ae94ff 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2116,7 +2116,6 @@ TESTSUBDIRS= idlelib/idle_test \
test/decimaltestdata \
test/dtracedata \
test/encoded_modules \
- test/imghdrdata \
test/leakers \
test/libregrtest \
test/subprocessdata \
@@ -2210,6 +2209,7 @@ TESTSUBDIRS= idlelib/idle_test \
test/test_zipfile \
test/test_zoneinfo \
test/test_zoneinfo/data \
+ test/tkinterdata \
test/tracedmodules \
test/typinganndata \
test/xmltestdata \