python3Packages.viser: test only x86_64-linux
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user