mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: python-proto-match: Explicitly disable tests to fix build.
I previously thought this unnecessary, but attempting to build the package suggests otherwise. * gnu/packages/python-xyz.scm (python-proto-matcher)[tests?]: Set to #f.
This commit is contained in:
parent
85d757b53d
commit
acdf8c1759
1 changed files with 2 additions and 0 deletions
|
@ -5907,6 +5907,8 @@ (define-public python-proto-matcher
|
|||
(sha256
|
||||
(base32 "1644x0hrl398ji3281n44ymfgc3cspzfagjckhqjn4nja5nlikxg"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;no test suite
|
||||
(propagated-inputs
|
||||
`(("python-protobuf" ,python-protobuf)
|
||||
("python-pyhamcrest" ,python-pyhamcrest)))
|
||||
|
|
Loading…
Reference in a new issue