Skip to content

Commit 9853179

Browse files
committed
Disable the test for missing metadata.
1 parent 939cf5a commit 9853179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_importlib/metadata/test_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ def test_valid_dists_preferred(self):
157157
dist = Distribution.from_name('foo')
158158
assert dist.version == "1.0"
159159

160+
@unittest.skip("Functionality disabled")
160161
def test_missing_metadata(self):
161162
"""
162163
Dists with a missing metadata file should return None.

0 commit comments

Comments
 (0)