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 c10a5aa commit 4ebe490Copy full SHA for 4ebe490
tests/test_integration.py
@@ -13,7 +13,6 @@
13
14
from . import fixtures
15
from importlib_metadata import (
16
- MetadataPathFinder,
17
_compat,
18
version,
19
)
@@ -52,14 +51,3 @@ def __getattribute__(self, name):
52
51
53
self.fixtures.enter_context(fixtures.install_finder(ModuleFreeFinder()))
54
_compat.disable_stdlib_finder()
55
-
56
57
-class DistSearch(unittest.TestCase):
58
- def test_search_dist_dirs(self):
59
- """
60
- Pip needs the _search_paths interface to locate
61
- distribution metadata dirs. Protect it for PyPA
62
- use-cases (only). Ref python/importlib_metadata#111.
63
64
- res = MetadataPathFinder._search_paths('any-name', [])
65
- assert list(res) == []
0 commit comments