mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytooling: Skip tests on i686.
* gnu/packages/python-xyz.scm (python-pytooling) [arguments] <tests?>: Skip on i686-linux. Change-Id: I6612edf524c1fe22b42eafbd9cbfcfd8c35d2f73
This commit is contained in:
parent
85b5c2c8f6
commit
f0a8a4b44b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue