From 219623c8d7fd3ffeb0a45ae3653f46f74522313f Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Tue, 7 Jan 2025 15:11:19 -0800 Subject: [PATCH] tests: Reckless test fix for project must contain name Fix for `The Poetry configuration is invalid: - project must contain ['name'] properties` --- .../data/recklessrepo/lightningd/testplugpyproj/pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/data/recklessrepo/lightningd/testplugpyproj/pyproject.toml b/tests/data/recklessrepo/lightningd/testplugpyproj/pyproject.toml index 738c943c0878..467c791beaf7 100644 --- a/tests/data/recklessrepo/lightningd/testplugpyproj/pyproject.toml +++ b/tests/data/recklessrepo/lightningd/testplugpyproj/pyproject.toml @@ -1,6 +1,3 @@ -[project] -dependencies = ["pyln-client"] - [tool.poetry] name = "testplugpyproj" version = "0.1.0"