Loading pkgs/development/python-modules/mapclassify/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ buildPythonPackage rec { disabledTestPaths = [ "mapclassify/tests/test_greedy.py" "mapclassify/tests/test_rgba.py" # Abort trap: 6 "mapclassify/tests/test_mapclassify.py" ]; pythonImportsCheck = [ "mapclassify" ]; Loading Loading
pkgs/development/python-modules/mapclassify/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ buildPythonPackage rec { disabledTestPaths = [ "mapclassify/tests/test_greedy.py" "mapclassify/tests/test_rgba.py" # Abort trap: 6 "mapclassify/tests/test_mapclassify.py" ]; pythonImportsCheck = [ "mapclassify" ]; Loading