Skip to content

Commit dc6a270

Browse files
committed
Fix test_meson_python_file_handling
1 parent ae5672b commit dc6a270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def test_meson_python_file_handling(tmp_path: Path) -> None:
191191
pth_file = tmp_path / "_whatever_editable_loader.py"
192192
pth_file.write_text(
193193
# The path in argument 2 suffixed with src must exist, so we pass `.`.
194-
"hello=1\ninstall({'griffe', 'hello'}, '.', ['/tmp/ninja'], False)",
194+
"hello=1\ninstall({'griffe', 'hello'}, 'packages/griffelib', ['/tmp/ninja'], False)",
195195
encoding="utf8",
196196
)
197197
search_paths = _handle_editable_module(pth_file)

0 commit comments

Comments
 (0)