Skip to content

Commit 461f9d8

Browse files
committed
Renamed the workaround to point to the more precise tracking issue.
1 parent 51f0fcf commit 461f9d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/test/test_importlib/metadata/test_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
)
2323

2424
from . import fixtures
25-
from . import _issue132947
25+
from . import _issue138313
2626
from ._path import Symlink
2727

2828

@@ -358,7 +358,7 @@ def test_packages_distributions_example(self):
358358
self._fixture_on_path('example-21.12-py3-none-any.whl')
359359
assert packages_distributions()['example'] == ['example']
360360

361-
@_issue132947.skip_on_buildbot
361+
@_issue138313.skip_on_buildbot
362362
def test_packages_distributions_example2(self):
363363
"""
364364
Test packages_distributions on a wheel built

0 commit comments

Comments
 (0)