mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: python-fixtures-bootstrap: Do not sanity check.
* gnu/packages/check.scm (python-fixtures-bootstrap) [phases]{sanity-check}: Delete.
This commit is contained in:
parent
1a9d771f99
commit
da3c8e53c4
1 changed files with 6 additions and 1 deletions
|
@ -1495,7 +1495,12 @@ (define-public python-fixtures-bootstrap
|
|||
(base32
|
||||
"1vxj29bzz3rd4pcy51d05wng9q9dh4jq6wx92yklsm7i6h1ddw7w"))))
|
||||
(build-system python-build-system)
|
||||
(arguments `(#:tests? #f))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; Package is not loadable on its own at this stage.
|
||||
(delete 'sanity-check))))
|
||||
(propagated-inputs
|
||||
`(("python-pbr-minimal" ,python-pbr-minimal)
|
||||
("python-six" ,python-six)))
|
||||
|
|
Loading…
Reference in a new issue