From a39c4b7e38ebe8f6c045f596e794aaec14a97545 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 1 Jan 2025 15:14:34 +0100 Subject: gnu: python-notebook: Skip sanity check. This is temporary and will be removed on the python-team branch. * gnu/packages/python-xyz.scm (python-notebook)[arguments]: Delete 'sanity-check phase. Change-Id: I23d69c852fd9de98c010cce82b09ac541c0e2121 --- gnu/packages/python-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 97d3c8141b..ba22cbed9f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2014, 2015 Federico Beffa ;;; Copyright © 2015 Omar Radwan ;;; Copyright © 2015 Pierre-Antoine Rault -;;; Copyright © 2015-2024 Ricardo Wurmus +;;; Copyright © 2015-2025 Ricardo Wurmus ;;; Copyright © 2015, 2016, 2020 Christine Lemmer-Webber ;;; Copyright © 2015 Eric Dvorsak ;;; Copyright © 2015, 2016 David Thompson @@ -18487,6 +18487,9 @@ (define-public python-notebook (("'HOME': .*," all) (string-append "# " all "\n"))) (setenv "HOME" (getcwd)))) + ;; Because python-jsonschema has an old python-webcolor. Remove this + ;; when python-team branch is merged. + (delete 'sanity-check) (add-before 'check 'pre-check (lambda _ ;; Interferes with test expectations. -- cgit v1.2.3