[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/195: gnu: python-jupyter-client: Set environment variable.
From: |
guix-commits |
Subject: |
56/195: gnu: python-jupyter-client: Set environment variable. |
Date: |
Tue, 15 Oct 2024 03:29:40 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-rebased
in repository guix.
commit 753c1359162cfecb4d57a3ad0cb744f858e59464
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 22:53:44 2024 +0200
gnu: python-jupyter-client: Set environment variable.
* gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]: Set
JUPYTER_PLATFORM_DIRS variable.
Change-Id: I2516d6d27ce53f778ae265241e95501a0cc024e3
---
gnu/packages/python-xyz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9b6713f6a5..0e50f0c11b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12656,6 +12656,8 @@ installing @code{kernelspec}s for use with Jupyter
frontends.")
(when tests?
;; Some tests try to write to $HOME.
(setenv "HOME" "/tmp")
+ ;; jupyter-core demands this be set.
+ (setenv "JUPYTER_PLATFORM_DIRS" "1")
(invoke "pytest" "-vv"
"-k"
;; XXX "RuntimeError: Kernel died before replying
- 39/195: gnu: Add python-fqdn., (continued)
- 39/195: gnu: Add python-fqdn., guix-commits, 2024/10/15
- 40/195: gnu: Add python-overrides., guix-commits, 2024/10/15
- 44/195: gnu: Add python-nbclassic., guix-commits, 2024/10/15
- 45/195: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/10/15
- 43/195: gnu: Add python-notebook-shim., guix-commits, 2024/10/15
- 47/195: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/10/15
- 50/195: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/10/15
- 53/195: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/10/15
- 55/195: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/10/15
- 54/195: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/10/15
- 56/195: gnu: python-jupyter-client: Set environment variable.,
guix-commits <=
- 57/195: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/10/15
- 60/195: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/10/15
- 64/195: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/10/15
- 68/195: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/10/15
- 66/195: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/10/15
- 75/195: gnu: Add python-pathable., guix-commits, 2024/10/15
- 74/195: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/10/15
- 73/195: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/10/15
- 80/195: gnu: python-graphql-core: Enable tests., guix-commits, 2024/10/15
- 84/195: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/10/15