guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 378e157e596c32b273b3009cda92ee42820c7dfc
Author: Charles Roelli <[email protected]>
AuthorDate: Tue May 5 13:57:53 2026 +0200
gnu: python-pympler: Fix tests.
* gnu/packages/python-xyz.scm (python-pympler): Exclude test that times out.
Relates-to: guix/guix!8726
Change-Id: I3880907ce71d5c716fe1165c3cd9bd0f9fd75e3f
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 07997c8ccb..6052093bf5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9774,7 +9774,8 @@ JavaScript-like message boxes. Types of dialog boxes
include:
;; See <https://github.com/pympler/pympler/issues/134>.
"--deselect=test/muppy/test_summary.py::SummaryTest::test_repr_function"
;; This test times out.
- "--deselect=test/gui/test_web.py::WebGuiTest::test_traceback")))
+ "--deselect=test/gui/test_web.py::WebGuiTest::test_traceback"
+
"--deselect=test/muppy/test_tracker.py::TrackerTest::test_otracker_diff")))
(native-inputs
(list python-pytest python-setuptools))
(home-page "https://pythonhosted.org/Pympler/")