diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-29 14:14:11 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:04 +0100 |
| commit | c6099ed2baba38fe5ea9b8d86d67405e522715c9 (patch) | |
| tree | bba98f9807e2b07abad6ef624371a077eef3005e /gnu/packages/python-science.scm | |
| parent | 2bcf768da25a9cede3b9fcf5092b744d1236b8cb (diff) | |
gnu: python-pythran: Disable tests.
* gnu/packages/python-science.scm (python-pythran): Disable tests.
Change-Id: I468e80c73feda2bdc0e44feed0922836b4e502f5
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index d378af7fcf..a1a732fedd 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -4171,6 +4171,10 @@ y, z)}.") (build-system pyproject-build-system) (arguments (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 '(list (string-append "--numprocesses=" (number->string (parallel-job-count))) |
