mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pythran: Disable tests.
* gnu/packages/python-science.scm (python-pythran): Disable tests. Change-Id: I468e80c73feda2bdc0e44feed0922836b4e502f5
This commit is contained in:
parent
2bcf768da2
commit
c6099ed2ba
1 changed files with 4 additions and 0 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue