diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-24 22:21:15 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-24 22:21:23 +0100 |
| commit | f0a8a4b44bdc6f9104dab4b425d76d3bbc029496 (patch) | |
| tree | 97ad10ed445e71fc06a38eeee1e53f90085725a2 /gnu | |
| parent | 85b5c2c8f66aed05730f6c7bdeabfaadf619bb8f (diff) | |
gnu: python-pytooling: Skip tests on i686.
* gnu/packages/python-xyz.scm (python-pytooling) [arguments] <tests?>:
Skip on i686-linux.
Change-Id: I6612edf524c1fe22b42eafbd9cbfcfd8c35d2f73
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 01cf54c9090..1f3d6a06959 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -2913,6 +2913,10 @@ configuration file.") | |||
| 2913 | (build-system pyproject-build-system) | 2913 | (build-system pyproject-build-system) |
| 2914 | (arguments | 2914 | (arguments |
| 2915 | (list | 2915 | (list |
| 2916 | ;; Tests do not support linux-i686 system: Exception: Unknown | ||
| 2917 | ;; architecture 'linux-i686' for a native Linux. | ||
| 2918 | #:tests? (not (or (%current-target-system) | ||
| 2919 | (target-x86-32?))) | ||
| 2916 | #:test-flags | 2920 | #:test-flags |
| 2917 | #~(list "tests/unit" | 2921 | #~(list "tests/unit" |
| 2918 | "-k" (string-join | 2922 | "-k" (string-join |
