python3Packages.blis: disable failing tests
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user