diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f39a544da2..bf5afd67da 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 |