Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'main' into deprecate-pkgutil-get-find-loader
  • Loading branch information
arhadthedev authored Apr 30, 2023
commit 24badea5a2b4fe523b25f84812250a64ea25698b
8 changes: 0 additions & 8 deletions Lib/test/test_pkgutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,14 +541,6 @@ def check_deprecated(self):
"Python 3.12; use 'importlib' instead",
DeprecationWarning))

def test_importer_deprecated(self):
with self.check_deprecated():
pkgutil.ImpImporter("")

def test_loader_deprecated(self):
with self.check_deprecated():
pkgutil.ImpLoader("", "", "", "")

@unittest.skipIf(__name__ == '__main__', 'not compatible with __main__')
@ignore_warnings(category=DeprecationWarning)
def test_get_loader_handles_missing_loader_attribute(self):
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.