From 1cb20d5ae68aaa8e87cbb1de989a09a769a0c061 Mon Sep 17 00:00:00 2001 From: roshii Date: Sat, 28 Oct 2023 16:57:23 +0200 Subject: [PATCH] Do not reinstall on test --- test/run_tests.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index df4e94e..eda9f67 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -181,10 +181,6 @@ run_jm_tests () mkdir -p miniircd tar -xzf miniircd.tar.gz -C ./miniircd --strip-components=1 fi - if ! pip install -e '.[test]'; then - echo "Joinmarket could not be installed. Exiting." - return 1 - fi if [[ ! -L ./joinmarket.cfg && -e ./joinmarket.cfg ]]; then mv ./joinmarket.cfg ./joinmarket.cfg.bak echo "file 'joinmarket.cfg' moved to 'joinmarket.cfg.bak'"