[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/222: gnu: python-jupyter-client: Set environment variable.
From: |
guix-commits |
Subject: |
87/222: gnu: python-jupyter-client: Set environment variable. |
Date: |
Fri, 1 Nov 2024 10:56:29 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit e3be07e3f0dff4eb2f12f5f1714041ce363f6b64
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 ec578af614..954392e518 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12799,6 +12799,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
- 56/222: guix: toml: Fix parsing empty strings in arrays., (continued)
- 56/222: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/01
- 27/222: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/11/01
- 57/222: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 73/222: gnu: Add python-pytest-jupyter., guix-commits, 2024/11/01
- 62/222: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/11/01
- 76/222: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/01
- 78/222: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/11/01
- 83/222: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/01
- 84/222: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/11/01
- 85/222: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/01
- 87/222: gnu: python-jupyter-client: Set environment variable.,
guix-commits <=
- 88/222: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/01
- 90/222: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/11/01
- 91/222: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/11/01
- 98/222: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/11/01
- 100/222: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 101/222: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/11/01
- 109/222: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/01
- 102/222: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/11/01
- 108/222: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/01
- 114/222: gnu: python-sphinx-pytest: Update to 0.2.0., guix-commits, 2024/11/01