diff options
| -rw-r--r-- | gnu/packages/python-science.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 56b1ba8f86e..5c38ed0c2d7 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -2504,9 +2504,13 @@ is especially performant on multi-core parallelism.") | |||
| 2504 | (build-system pyproject-build-system) | 2504 | (build-system pyproject-build-system) |
| 2505 | (arguments | 2505 | (arguments |
| 2506 | (list | 2506 | (list |
| 2507 | ;; tests: 177 passed, 3 skipped, 2 deselected, 971 warnings | 2507 | ;; tests: 171 passed, 3 skipped, 8 deselected, 374 warnings |
| 2508 | #:test-flags | 2508 | #:test-flags |
| 2509 | #~(list "-m" "not benchmark and not slow"))) | 2509 | #~(list "-m" "not benchmark and not slow" |
| 2510 | ;; ValueError: setting an array element with a sequence. | ||
| 2511 | "-k" (string-append | ||
| 2512 | "not test_scalar_to_vector and " | ||
| 2513 | "not test_fun_with_additional_parameters")))) | ||
| 2510 | (native-inputs | 2514 | (native-inputs |
| 2511 | (list python-algopy | 2515 | (list python-algopy |
| 2512 | python-line-profiler | 2516 | python-line-profiler |
