Skip to content

Commit e15292b

Browse files
eiranikoemaryn
authored andcommitted
python312Packages.mapclassify: disable failed test
1 parent 124554f commit e15292b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/mapclassify/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ buildPythonPackage rec {
5050
disabledTestPaths = [
5151
"mapclassify/tests/test_greedy.py"
5252
"mapclassify/tests/test_rgba.py"
53+
# Abort trap: 6
54+
"mapclassify/tests/test_mapclassify.py"
5355
];
5456

5557
pythonImportsCheck = [ "mapclassify" ];

0 commit comments

Comments
 (0)