From 104f96dac6fb9472a77e2bb24adb1ea0fc0f82f1 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 11 May 2020 18:46:48 +0100 Subject: gnu: finance: bitcoin-core: Disable a test that spuriously fails. * gnu/packages/finance.scm (bitcoin-core)[arguments]: Disable a test. --- gnu/packages/finance.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 094b25c9fe..85023f556c 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -155,6 +155,10 @@ (lambda _ (invoke "python3" "./test/functional/test_runner.py" + ;; Test fails due to Python deprecation warning in the + ;; test. This is fixed upstream + ;; https://github.com/bitcoin/bitcoin/pull/17931 + "--exclude=p2p_invalid_messages" (string-append "--jobs=" (number->string (parallel-job-count)))) #t))))) (home-page "https://bitcoin.org/en/") -- cgit v1.2.3