gnu: python-pythran: Disable tests.

* gnu/packages/python-science.scm (python-pythran): Disable tests.

Change-Id: I468e80c73feda2bdc0e44feed0922836b4e502f5
This commit is contained in:
Sharlatan Hellseher 2025-07-29 14:14:11 +01:00
parent 2bcf768da2
commit c6099ed2ba
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4171,6 +4171,10 @@ y, z)}.")
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
;; FIXME: find more reliable tests file(s), all tests from
;; test_typing.py fail with error: ModuleNotFoundError: No module named
;; 'distutils.msvccompiler'.
#:tests? #f
#:test-flags #:test-flags
'(list (string-append "--numprocesses=" (number->string '(list (string-append "--numprocesses=" (number->string
(parallel-job-count))) (parallel-job-count)))