From ee2231f86f061ed5161b35ede58fcf12edffb5dc Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 14 Dec 2024 20:47:07 +0100 Subject: [PATCH] gnu: python-jupyter-client: Fix build. * gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]<#:phases> [check]: Ignore DeprecationWarning. Change-Id: I62fe07725e8aaf2bd7d5c4022f11237320727cfe --- 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 f39a544da2b42be860d8245178f3a52fe3e2ac2c..bf5afd67da9396924f032f6584e1c78c47098937 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12982,7 +12982,7 @@ installing @code{kernelspec}s for use with Jupyter frontends.") (setenv "HOME" "/tmp") ;; jupyter-core demands this be set. (setenv "JUPYTER_PLATFORM_DIRS" "1") - (invoke "pytest" "-vv" + (invoke "pytest" "-vv" "-Wignore::DeprecationWarning" "-k" ;; XXX "RuntimeError: Kernel died before replying ;; to kernel_info", but there's no more