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 939cf5a commit 9853179Copy full SHA for 9853179
Lib/test/test_importlib/metadata/test_main.py
@@ -157,6 +157,7 @@ def test_valid_dists_preferred(self):
157
dist = Distribution.from_name('foo')
158
assert dist.version == "1.0"
159
160
+ @unittest.skip("Functionality disabled")
161
def test_missing_metadata(self):
162
"""
163
Dists with a missing metadata file should return None.
0 commit comments