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:
Sharlatan Hellseher 2025-04-24 22:21:15 +01:00
parent 85b5c2c8f6
commit f0a8a4b44b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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