Skip to content

Commit 6a8aed7

Browse files
committed
python3Packages.viser: test only x86_64-linux
1 parent b782a6b commit 6a8aed7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkgs/development/python-modules/viser/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
lib,
33

4+
stdenv,
45
buildPythonPackage,
56
fetchFromGitHub,
67

@@ -201,6 +202,9 @@ buildPythonPackage (finalAttrs: {
201202
"test_server_port_is_freed"
202203
];
203204

205+
# 96 failed, 577 passed, 14 warnings on aarch64-linux
206+
doInstallCheck = stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64;
207+
204208
pythonImportsCheck = [
205209
"viser"
206210
];

0 commit comments

Comments
 (0)