Skip to content

Commit

Permalink
Addequate tests to new internal API
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 22, 2022
1 parent d10ab42 commit ed9b1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setuptools/tests/test_editable_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ def test_dynamic_path_computation(self, tmp_path):
}
jaraco.path.build(files, prefix=tmp_path)
mapping = {}
namespaces_ = {"parent"}
template = _finder_template(mapping, namespaces_)
namespaces_ = {"parent": [str(tmp_path / "project1/parent")]}
template = _finder_template(str(uuid4()), mapping, namespaces_)

mods = (f"parent.child.{name}" for name in ("one", "two", "three"))
with contexts.save_paths(), contexts.save_sys_modules():
Expand Down

0 comments on commit ed9b1e5

Please sign in to comment.