frigate: reenable tests on aarch64-linux

This commit is contained in:
Martin Weinelt 2026-07-06 12:56:36 +02:00
commit 597b21083c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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 \