[7.1.x] Ignore editable installation modules
This commit is contained in:
committed by
pytest bot
parent
89f7518cb1
commit
71b79fcda5
@@ -837,6 +837,9 @@ class TestConfigAPI:
|
||||
(["src/bar/__init__.py"], ["bar"]),
|
||||
(["src/bar/__init__.py", "setup.py"], ["bar"]),
|
||||
(["source/python/bar/__init__.py", "setup.py"], ["bar"]),
|
||||
# editable installation finder modules
|
||||
(["__editable___xyz_finder.py"], []),
|
||||
(["bar/__init__.py", "__editable___xyz_finder.py"], ["bar"]),
|
||||
],
|
||||
)
|
||||
def test_iter_rewritable_modules(self, names, expected) -> None:
|
||||
|
||||
Reference in New Issue
Block a user