python3Packages.blis: disable failing tests

Changed files
+5
pkgs
development
python-modules
+5
pkgs/development/python-modules/blis/default.nix
···
rm -rf ./blis
'';
passthru = {
tests = {
numpy_1 = blis.overridePythonAttrs (old: {
···
rm -rf ./blis
'';
+
disabledTestPaths = [
+
# ImportError: cannot import name 'NO_CONJUGATE' from 'blis.cy'
+
"tests/test_dotv.py"
+
];
+
passthru = {
tests = {
numpy_1 = blis.overridePythonAttrs (old: {