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 bbe00d5 commit 43357c2Copy full SHA for 43357c2
Lib/test/test_importlib/metadata/test_main.py
@@ -22,7 +22,6 @@
22
)
23
24
from . import fixtures
25
-from . import _issue138313
26
from ._path import Symlink
27
28
@@ -358,7 +357,6 @@ def test_packages_distributions_example(self):
358
357
self._fixture_on_path('example-21.12-py3-none-any.whl')
359
assert packages_distributions()['example'] == ['example']
360
361
- @_issue138313.skip_on_buildbot
362
def test_packages_distributions_example2(self):
363
"""
364
Test packages_distributions on a wheel built
0 commit comments