python3Packages.pympler: fix tests for python 3.14

This commit is contained in:
Sarah Clark
2026-01-25 11:22:30 -08:00
parent df3a6e6d79
commit 3b3ba7e09e
@@ -50,6 +50,10 @@ buildPythonPackage rec {
"test_edges_new"
"test_edges_old"
"test_split"
]
++ lib.optionals (pythonAtLeast "3.14") [
# https://github.com/pympler/pympler/issues/177
"test_untracked_containers"
];
doCheck = stdenv.hostPlatform.isLinux;