python3Packages.blis: disable failing tests

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:28 +02:00
parent c8947cb5c2
commit 49a57ffce9
@@ -67,6 +67,11 @@ buildPythonPackage rec {
rm -rf ./blis
'';
disabledTestPaths = [
# ImportError: cannot import name 'NO_CONJUGATE' from 'blis.cy'
"tests/test_dotv.py"
];
passthru = {
tests = {
numpy_1 = blis.overridePythonAttrs (old: {