gnu: python-fixtures-bootstrap: Do not sanity check.

* gnu/packages/check.scm (python-fixtures-bootstrap)
[phases]{sanity-check}: Delete.
This commit is contained in:
Lars-Dominik Braun 2021-01-07 13:29:59 +01:00 committed by Maxim Cournoyer
parent 1a9d771f99
commit da3c8e53c4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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)))