python3Packages.pympler: fix tests for python 3.14
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user