From 4a3b6e8c48065413e7dda589c3b456ebc49e8f84 Mon Sep 17 00:00:00 2001 From: Sarah GLINER Date: Mon, 11 Mar 2024 10:18:34 +0100 Subject: [PATCH] 6b --- tests/conftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 304528695..6e033dfbd 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -111,9 +111,7 @@ def run_bitcoind(): print(bitcoind) print(bitcoind) print(bitcoind) - bitcoind = "bitcoind" bitcoind = "/bitcoin/bin/bitcoind" - bitcoind = "bitcoind" shutil.copy(os.path.join(os.path.dirname(__file__), "bitcoin.conf"), BITCOIN_DIRNAME) subprocess.Popen([bitcoind, f"--datadir={BITCOIN_DIRNAME}"], shell=True)