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.master
parent
85d757b53d
commit
acdf8c1759
|
@ -5907,6 +5907,8 @@ convert between colorspaces like sRGB, XYZ, CIEL*a*b*, CIECAM02, CAM02-UCS, etc.
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1644x0hrl398ji3281n44ymfgc3cspzfagjckhqjn4nja5nlikxg"))))
|
(base32 "1644x0hrl398ji3281n44ymfgc3cspzfagjckhqjn4nja5nlikxg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f)) ;no test suite
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-protobuf" ,python-protobuf)
|
`(("python-protobuf" ,python-protobuf)
|
||||||
("python-pyhamcrest" ,python-pyhamcrest)))
|
("python-pyhamcrest" ,python-pyhamcrest)))
|
||||||
|
|
Reference in New Issue