me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/check.scm (python-fixtures-bootstrap)
[phases]{sanity-check}: Delete.
master
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
1 changed files with 6 additions and 1 deletions

View File

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