[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
89/223: gnu: python-ipykernel: Set environment variable.
From: |
guix-commits |
Subject: |
89/223: gnu: python-ipykernel: Set environment variable. |
Date: |
Thu, 17 Oct 2024 06:20:48 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit ed16fee4875b37abae4e37e0a6ec8c6dfebd2cd6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 22:54:07 2024 +0200
gnu: python-ipykernel: Set environment variable.
* gnu/packages/python-xyz.scm (python-ipykernel)[arguments]: Set
JUPYTER_PLATFORM_DIRS variable.
Change-Id: I99808fcb0e29600b8728d9fbb8ef0f7e0624f99c
---
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 b99d678c79..1953181401 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12750,6 +12750,8 @@ installing @code{kernelspec}s for use with Jupyter
frontends.")
(when tests?
(match (primitive-fork)
(0 ;child process
+ ;; jupyter-core demands this be set.
+ (setenv "JUPYTER_PLATFORM_DIRS" "1")
(setenv "HOME" "/tmp")
(execlp "pytest" "pytest" "-vv"))
(pytest-pid
- 70/223: gnu: Add python-uri-template., (continued)
- 70/223: gnu: Add python-uri-template., guix-commits, 2024/10/17
- 66/223: gnu: Add python-referencing., guix-commits, 2024/10/17
- 71/223: gnu: Add python-fqdn., guix-commits, 2024/10/17
- 75/223: gnu: Add python-notebook-shim., guix-commits, 2024/10/17
- 74/223: gnu: Add python-pytest-jupyter., guix-commits, 2024/10/17
- 81/223: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/10/17
- 85/223: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/10/17
- 79/223: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/10/17
- 86/223: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/10/17
- 88/223: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/10/17
- 89/223: gnu: python-ipykernel: Set environment variable.,
guix-commits <=
- 90/223: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/10/17
- 94/223: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/10/17
- 95/223: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/10/17
- 96/223: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/10/17
- 99/223: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/10/17
- 103/223: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/10/17
- 108/223: gnu: Add python-jsonschema-path., guix-commits, 2024/10/17
- 100/223: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/10/17
- 109/223: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/10/17
- 116/223: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/10/17