python313Packages.fastremap: unbreak tests (#498604)

This commit is contained in:
Sandro
2026-03-28 20:21:13 +00:00
committed by GitHub
@@ -38,6 +38,8 @@ buildPythonPackage rec {
pytestCheckHook
];
preCheck = "rm -r fastremap/";
pythonImportsCheck = [
"fastremap"
];