diff options
| -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 01cf54c909..1f3d6a0695 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
