reckless: fix installation from local directories with subpaths

This could previously copy the parent directory of a plugin
into the installed reckless directory, which was unnecessary.
This commit is contained in:
Alex Myers
2025-04-17 16:41:55 -05:00
committed by Rusty Russell
parent d39220ecbc
commit 884ab8e616
2 changed files with 5 additions and 3 deletions

View File

@@ -231,7 +231,6 @@ def test_poetry_install(node_factory):
@unittest.skipIf(VALGRIND, "virtual environment triggers memleak detection")
@unittest.skip("Broken")
def test_local_dir_install(node_factory):
"""Test search and install from local directory source."""
n = get_reckless_node(node_factory)