diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 4 insertions, 0 deletions
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/") |