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 5389340 commit ffb254cCopy full SHA for ffb254c
Lib/test/test_importlib/metadata/test_main.py
@@ -362,8 +362,8 @@ def test_packages_distributions_example2(self):
362
Test packages_distributions on a wheel built
363
by trampolim.
364
"""
365
- self._fixture_on_path('example2-1.0.0-py3-none-any.whl')
366
- assert packages_distributions()['example2'] == ['example2']
+ #self._fixture_on_path('example2-1.0.0-py3-none-any.whl')
+ #assert packages_distributions()['example2'] == ['example2']
367
368
369
class PackagesDistributionsTest(
0 commit comments