diff options
| -rw-r--r-- | guix-science/packages/python-xyz.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/guix-science/packages/python-xyz.scm b/guix-science/packages/python-xyz.scm index 571aaf8..b0f7ffa 100644 --- a/guix-science/packages/python-xyz.scm +++ b/guix-science/packages/python-xyz.scm | |||
| @@ -1587,9 +1587,11 @@ back-end (Qt or Wx) take care of the details of displaying them.") | |||
| 1587 | (list | 1587 | (list |
| 1588 | #:test-flags | 1588 | #:test-flags |
| 1589 | #~(list | 1589 | #~(list |
| 1590 | ;; Raises AssertionError due to flakiness. | 1590 | ;; flaky |
| 1591 | (string-join (list "--deselect=transforms3d/tests/test_utils.py" | 1591 | (string-append "--deselect=transforms3d/tests/test_utils.py" |
| 1592 | "test_random_unit_vector") "::")))) | 1592 | "::test_random_unit_vector") |
| 1593 | (string-append "--deselect=transforms3d/tests/test_zooms_shears.py" | ||
| 1594 | "::test_aff2sadn")))) | ||
| 1593 | (propagated-inputs (list python-numpy python-sympy)) | 1595 | (propagated-inputs (list python-numpy python-sympy)) |
| 1594 | (native-inputs (list python-pytest python-scipy python-setuptools | 1596 | (native-inputs (list python-pytest python-scipy python-setuptools |
| 1595 | python-versioneer)) | 1597 | python-versioneer)) |
