~ruther/guix-local

f0a8a4b44bdc6f9104dab4b425d76d3bbc029496 — Sharlatan Hellseher 1 year, 2 months ago 85b5c2c
gnu: python-pytooling: Skip tests on i686.

* gnu/packages/python-xyz.scm (python-pytooling) [arguments] <tests?>:
Skip on i686-linux.

Change-Id: I6612edf524c1fe22b42eafbd9cbfcfd8c35d2f73
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -0
@@ 2913,6 2913,10 @@ configuration file.")
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; Tests do not support linux-i686 system: Exception: Unknown
      ;; architecture 'linux-i686' for a native Linux.
      #:tests? (not (or (%current-target-system)
                             (target-x86-32?)))
      #:test-flags
      #~(list "tests/unit"
              "-k" (string-join