mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -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
|
(base32
|
||||||
"1vxj29bzz3rd4pcy51d05wng9q9dh4jq6wx92yklsm7i6h1ddw7w"))))
|
"1vxj29bzz3rd4pcy51d05wng9q9dh4jq6wx92yklsm7i6h1ddw7w"))))
|
||||||
(build-system python-build-system)
|
(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
|
(propagated-inputs
|
||||||
`(("python-pbr-minimal" ,python-pbr-minimal)
|
`(("python-pbr-minimal" ,python-pbr-minimal)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
|
|
Loading…
Reference in a new issue