python3Packages.viser: test only x86_64-linux

This commit is contained in:
Guilhem Saurel
2026-05-16 01:28:13 +02:00
parent b782a6bcb8
commit 6a8aed7f5d
@@ -1,6 +1,7 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
@@ -201,6 +202,9 @@ buildPythonPackage (finalAttrs: {
"test_server_port_is_freed"
];
# 96 failed, 577 passed, 14 warnings on aarch64-linux
doInstallCheck = stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64;
pythonImportsCheck = [
"viser"
];