guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-proto-match: Explicitly disable tests


From: guix-commits
Subject: branch master updated: gnu: python-proto-match: Explicitly disable tests to fix build.
Date: Mon, 27 Sep 2021 22:58:46 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new acdf8c1  gnu: python-proto-match: Explicitly disable tests to fix 
build.
acdf8c1 is described below

commit acdf8c1759936b984cdd3530f292e94d97e7cdf4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 27 22:53:32 2021 -0400

    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.
---
 gnu/packages/python-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 86b1cdc..c19d938 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5907,6 +5907,8 @@ convert between colorspaces like sRGB, XYZ, CIEL*a*b*, 
CIECAM02, CAM02-UCS, etc.
        (sha256
         (base32 "1644x0hrl398ji3281n44ymfgc3cspzfagjckhqjn4nja5nlikxg"))))
     (build-system python-build-system)
+    (arguments
+     `(#:tests? #f))                    ;no test suite
     (propagated-inputs
      `(("python-protobuf" ,python-protobuf)
        ("python-pyhamcrest" ,python-pyhamcrest)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]