diff options
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 3cecd7fb941..e4d78062554 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -3396,8 +3396,9 @@ computing in Python. It extends both the @code{concurrent.futures} and | |||
| 3396 | (arguments | 3396 | (arguments |
| 3397 | (list | 3397 | (list |
| 3398 | #:test-flags | 3398 | #:test-flags |
| 3399 | ;; These four tests fail because an expected error is not raised. | 3399 | #~(list "--numprocesses" (number->string (min 8 (parallel-job-count))) |
| 3400 | '(list "-k" "not test_binary_bad_broadcast") | 3400 | ;; These four tests fail because an expected error is not raised. |
| 3401 | "-k" "not test_binary_bad_broadcast") | ||
| 3401 | #:phases | 3402 | #:phases |
| 3402 | '(modify-phases %standard-phases | 3403 | '(modify-phases %standard-phases |
| 3403 | (add-after 'unpack 'loosen-requirements | 3404 | (add-after 'unpack 'loosen-requirements |
| @@ -3424,7 +3425,6 @@ computing in Python. It extends both the @code{concurrent.futures} and | |||
| 3424 | python-s3fs)) | 3425 | python-s3fs)) |
| 3425 | (native-inputs | 3426 | (native-inputs |
| 3426 | (list python-boto3 | 3427 | (list python-boto3 |
| 3427 | python-coverage | ||
| 3428 | python-jinja2 | 3428 | python-jinja2 |
| 3429 | python-lxml | 3429 | python-lxml |
| 3430 | python-matplotlib | 3430 | python-matplotlib |
