disable tests for pyarrow and tiffile

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-02 09:22:05 +01:00
parent 0cf6ee38b2
commit a8b1360eee
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -9,6 +9,13 @@
dask = super.dask.overridePythonAttrs (_: {
installCheckPhase = "true";
});
pyarrow = super.pyarrow.overridePythonAttrs (old: {
installCheckPhase = "true";
});
tifffile = super.tifffile.overridePythonAttrs (old: {
installCheckPhase = "true";
});
};
};
in