From 187a223dcbcf9357013bc4953ca81c0b91abe0f8 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 14 Dec 2024 21:54:40 +0100 Subject: [PATCH] gnu: python-ipykernel: Fix build. * gnu/packages/python-xyz.scm (python-ipykernel)[arguments]<#:test-flags>: Ignore DeprecationWarning. Change-Id: I73cb5e43321715d0dbeeff281ecbd9001e1b0e43 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bf5afd67da9396924f032f6584e1c78c47098937..4a6083a610107c5c34366592142d9c636190b181 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13016,7 +13016,7 @@ installing @code{kernelspec}s for use with Jupyter frontends.") (ice-9 match)) #:test-flags ;; XXX: probably not good that this fails - '(list "-k" "not test_copy_to_globals") + '(list "-k" "not test_copy_to_globals" "-Wignore::DeprecationWarning") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'relax-a-bit