guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]