We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f0fcf commit 461f9d8Copy full SHA for 461f9d8
Lib/test/test_importlib/metadata/_issue132947.py renamed to Lib/test/test_importlib/metadata/_issue138313.py
Lib/test/test_importlib/metadata/test_main.py
@@ -22,7 +22,7 @@
22
)
23
24
from . import fixtures
25
-from . import _issue132947
+from . import _issue138313
26
from ._path import Symlink
27
28
@@ -358,7 +358,7 @@ def test_packages_distributions_example(self):
358
self._fixture_on_path('example-21.12-py3-none-any.whl')
359
assert packages_distributions()['example'] == ['example']
360
361
- @_issue132947.skip_on_buildbot
+ @_issue138313.skip_on_buildbot
362
def test_packages_distributions_example2(self):
363
"""
364
Test packages_distributions on a wheel built
0 commit comments