mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
* Reapply "gh-132947: Apply changes from importlib_metadata 8.7 (#137885)" (#137924)
This reverts commit 3706ef66ef.
* Skip the triggering test on buildbots only.
This commit is contained in:
parent
2a54acf3c3
commit
9b38c6698a
13 changed files with 311 additions and 122 deletions
|
|
@ -1,9 +1,8 @@
|
|||
import importlib
|
||||
import re
|
||||
import textwrap
|
||||
import unittest
|
||||
import importlib
|
||||
|
||||
from . import fixtures
|
||||
from importlib.metadata import (
|
||||
Distribution,
|
||||
PackageNotFoundError,
|
||||
|
|
@ -15,6 +14,8 @@
|
|||
version,
|
||||
)
|
||||
|
||||
from . import fixtures
|
||||
|
||||
|
||||
class APITests(
|
||||
fixtures.EggInfoPkg,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue