frigate: reenable tests on aarch64-linux

This commit is contained in:
Martin Weinelt
2026-07-06 12:56:36 +02:00
parent ae73d97b91
commit 597b21083c
-3
View File
@@ -239,9 +239,6 @@ python3Packages.buildPythonApplication rec {
pytestCheckHook
];
# interpreter crash in onnxruntime on aarch64-linux
doCheck = !(stdenv.hostPlatform.system == "aarch64-linux");
preCheck = ''
# Unavailable in the build sandbox
substituteInPlace frigate/const.py \