Skip to content

Fix zipfile packaging after #98103 #99797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Lib/test/test_zipfile/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import unittest

from . import load_tests # noqa: F401


if __name__ == "__main__":
unittest.main()
2 changes: 2 additions & 0 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -1978,6 +1978,7 @@ LIBSUBDIRS= asyncio \
wsgiref \
$(XMLLIBSUBDIRS) \
xmlrpc \
zipfile \
zoneinfo \
__phello__
TESTSUBDIRS= idlelib/idle_test \
Expand Down Expand Up @@ -2051,6 +2052,7 @@ TESTSUBDIRS= idlelib/idle_test \
test/test_tools \
test/test_ttk \
test/test_warnings test/test_warnings/data \
test/test_zipfile \
test/test_zoneinfo test/test_zoneinfo/data \
test/test_unittest test/test_unittest/testmock \
test/tracedmodules \
Expand Down