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
This commit is contained in:
Tom Alexander
2026-06-21 22:14:14 -04:00
parent 53b3717b6c
commit e30a2ddb9e

View File

@@ -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: # Works but probably sets python2's scipy to be python3:
# #