[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: python-nbclassic: Skip sanity check.
From: |
guix-commits |
Subject: |
06/09: gnu: python-nbclassic: Skip sanity check. |
Date: |
Wed, 1 Jan 2025 09:30:38 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit cbc6fa98002757040fb74465d7b87a70c033a27b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 1 15:00:28 2025 +0100
gnu: python-nbclassic: Skip sanity check.
This is temporary and will be removed on the python-team branch.
* gnu/packages/jupyter.scm (python-nbclassic)[arguments]: Delete
'sanity-check
phase.
Change-Id: I8a3190a849d192d9c7f1b2e903b55705622671f8
---
gnu/packages/jupyter.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 9a3ef8b121..e068822c4b 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019, 2022 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2021-2024 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2021-2025 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
@@ -64,6 +64,13 @@
(sha256
(base32 "1qrhzazq10dz64y9mawr3ns595fsdhrj1wvbb42xhmcl66r1xq8a"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ ;; Because python-jsonschema has an old python-webcolor. Remove this
+ ;; when python-team branch is merged.
+ '(modify-phases %standard-phases
+ (delete 'sanity-check))))
(propagated-inputs (list python-argon2-cffi
python-ipykernel
python-ipython-genutils
- branch master updated (41e192c922 -> 34a279e0da), guix-commits, 2025/01/01
- 06/09: gnu: python-nbclassic: Skip sanity check.,
guix-commits <=
- 04/09: gnu: python-awkward: Update to 2.7.2., guix-commits, 2025/01/01
- 07/09: gnu: python-notebook: Skip sanity check., guix-commits, 2025/01/01
- 05/09: gnu: python-zarr: Update to 2.18.4., guix-commits, 2025/01/01
- 08/09: gnu: jupyter: Skip sanity check., guix-commits, 2025/01/01
- 03/09: gnu: python-awkward-cpp: Update to 43., guix-commits, 2025/01/01
- 02/09: gnu: python-pybedtools: Update to 0.10.0., guix-commits, 2025/01/01
- 09/09: gnu: python-hicmatrix: Work around defect in python-tables., guix-commits, 2025/01/01
- 01/09: gnu: python-upsetplot: Add missing inputs., guix-commits, 2025/01/01