python313Packages.fastremap: unbreak tests

This commit is contained in:
Ben Darwin
2026-03-10 14:21:42 -04:00
parent 63d4fcb102
commit 5d5c795c74
@@ -38,6 +38,8 @@ buildPythonPackage rec {
pytestCheckHook
];
preCheck = "rm -r fastremap/";
pythonImportsCheck = [
"fastremap"
];