Skip to content

Commit 43357c2

Browse files
committed
Remove workaround.
1 parent bbe00d5 commit 43357c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_importlib/metadata/test_main.py

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

2424
from . import fixtures
25-
from . import _issue138313
2625
from ._path import Symlink
2726

2827

@@ -358,7 +357,6 @@ def test_packages_distributions_example(self):
358357
self._fixture_on_path('example-21.12-py3-none-any.whl')
359358
assert packages_distributions()['example'] == ['example']
360359

361-
@_issue138313.skip_on_buildbot
362360
def test_packages_distributions_example2(self):
363361
"""
364362
Test packages_distributions on a wheel built

0 commit comments

Comments
 (0)