gnu: python-fixtures-bootstrap: Do not sanity check.
* gnu/packages/check.scm (python-fixtures-bootstrap) [phases]{sanity-check}: Delete.master
parent
1a9d771f99
commit
da3c8e53c4
|
@ -1495,7 +1495,12 @@ protocol.")))
|
|||
(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)))
|
||||
|
|
Reference in New Issue