gnu: python-jupyter-client: Fix build.

* gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]<#:phases>
[check]: Ignore DeprecationWarning.

Change-Id: I62fe07725e8aaf2bd7d5c4022f11237320727cfe
This commit is contained in:
Danny Milosavljevic 2024-12-14 20:47:07 +01:00
parent af027c815f
commit ee2231f86f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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