diff options
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index d696aaf2f3..a7dcbc2954 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -5357,13 +5357,7 @@ of Pandas ;; AssertionError: Arrays are not equal #~(list "--deselect=tests/test_pairwise.py::TestPairwise::test_pairwise_tests" ;; AssertionError: assert False - "--deselect=tests/test_power.py::TestPower::test_power_ttest") - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-pytest-config - (lambda _ - (substitute* "pyproject.toml" - ((" --cov") ""))))))) + "--deselect=tests/test_power.py::TestPower::test_power_ttest"))) (native-inputs (list python-pytest python-setuptools)) |
