mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
cbc6fa9800
commit
a39c4b7e38
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch>
|
;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch>
|
||||||
;;; Copyright © 2015 Omar Radwan <toxemicsquire4@gmail.com>
|
;;; Copyright © 2015 Omar Radwan <toxemicsquire4@gmail.com>
|
||||||
;;; Copyright © 2015 Pierre-Antoine Rault <par@rigelk.eu>
|
;;; Copyright © 2015 Pierre-Antoine Rault <par@rigelk.eu>
|
||||||
;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015-2025 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2015, 2016, 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
|
;;; Copyright © 2015, 2016, 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
|
||||||
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
|
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
|
||||||
;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org>
|
;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org>
|
||||||
|
@ -18487,6 +18487,9 @@ convert an @code{.ipynb} notebook file into various static formats including:
|
||||||
(("'HOME': .*," all)
|
(("'HOME': .*," all)
|
||||||
(string-append "# " all "\n")))
|
(string-append "# " all "\n")))
|
||||||
(setenv "HOME" (getcwd))))
|
(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
|
(add-before 'check 'pre-check
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Interferes with test expectations.
|
;; Interferes with test expectations.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue