summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-05-05 13:57:53 +0200
committerCharles Roelli <charles@aurox.ch>2026-05-21 16:00:45 +0200
commit503dbcf5ab581fb3e6501e884c3c075ad0af7c47 (patch)
tree95f0d439ac5b16f7b1ac17b5d09c2a90fefb1f13
parent3d242249eb87a5b4339d0eaccdd9c404fe03fa62 (diff)
gnu: python-pympler: Fix tests.
* gnu/packages/python-xyz.scm (python-pympler): Exclude test that times out. Change-Id: I3880907ce71d5c716fe1165c3cd9bd0f9fd75e3f
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4a8e39fd16..fa015a1fb9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9314,7 +9314,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/")