diff options
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 3d13ffb253..f0e3ed7327 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -2197,6 +2197,8 @@ flake8 to check PEP-8 naming conventions.") (build-system pyproject-build-system) (arguments (list + #:tests? (and (target-64bit?) + (not (%current-target-system))) #:phases #~(modify-phases %standard-phases (add-before 'check 'pre-check |
