[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
88/361: gnu: python-ipykernel: Set environment variable.
From: |
guix-commits |
Subject: |
88/361: gnu: python-ipykernel: Set environment variable. |
Date: |
Fri, 22 Nov 2024 06:00:18 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 5a680a9acef4fbc87e83b912ac326d8edb3e2238
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 83a242f2a0..600cb1b3b5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12867,6 +12867,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
- 111/361: gnu: python-graphql-core: Enable tests., (continued)
- 111/361: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/22
- 211/361: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/22
- 215/361: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/11/22
- 165/361: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/11/22
- 172/361: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/22
- 175/361: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/11/22
- 183/361: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/11/22
- 191/361: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/22
- 78/361: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/11/22
- 96/361: gnu: Add python-jupyter-events., guix-commits, 2024/11/22
- 88/361: gnu: python-ipykernel: Set environment variable.,
guix-commits <=
- 93/361: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/22
- 97/361: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/22
- 102/361: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/11/22
- 100/361: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 101/361: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/11/22
- 106/361: gnu: Add python-pathable., guix-commits, 2024/11/22
- 103/361: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/22
- 105/361: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/22
- 110/361: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/22
- 107/361: gnu: Add python-jsonschema-path., guix-commits, 2024/11/22