andreas pushed a commit to branch python-team in repository guix. commit 44e87dbf5ac106b3c808303b521e6423f7abf9e2 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu Mar 27 00:03:13 2025 +0000
gnu: python-quadpy: Deselect one failing test. * gnu/packages/maths.scm (python-quadpy) [arguments] <test-flags>: Deselect one failing test. Change-Id: I29ab3db45afb70928125773644b8704f9b731ada --- gnu/packages/maths.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 57b3c2c8a6..e3ae213e37 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4460,6 +4460,12 @@ bindings to almost all functions of PETSc.") (base32 "1f989dipv7lqxvalfrvvlmhlxyl67a87lavyyqrr1mh88glhl592")))) (build-system pyproject-build-system) + (arguments + (list + #:test-flags + ;; AssertionError: Lebedev(047) -- observed: 41, expected: 47 (max err: + ;; 4.910e-15). + #~(list "--deselect=tests/test_u3.py::test_scheme_spherical[lebedev_047]"))) (native-inputs (list python-accupy python-pytest