From e30a2ddb9ea5bd0df10e5698a46f7fdb38156cae Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 21 Jun 2026 22:14:14 -0400 Subject: [PATCH] Disable oneTBB tests. oneTBB tests hang forever on machines with only one CPU core. Since my NixOS builder is a virtual machine with only one core, I am disabling the tests. ref: https://github.com/uxlfoundation/oneTBB/issues/1557 --- nix/configuration/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/configuration/configuration.nix b/nix/configuration/configuration.nix index ac3f7ef..0459230 100644 --- a/nix/configuration/configuration.nix +++ b/nix/configuration/configuration.nix @@ -259,6 +259,7 @@ in } ); }) + (disableTests "onetbb") # oneTBB tests hang forever on machines with a single core (like my build virtual machine) https://github.com/uxlfoundation/oneTBB/issues/1557 # Works but probably sets python2's scipy to be python3: #