disable tests for pyarrow and tiffile
This commit is contained in:
parent
0cf6ee38b2
commit
a8b1360eee
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@
|
||||||
dask = super.dask.overridePythonAttrs (_: {
|
dask = super.dask.overridePythonAttrs (_: {
|
||||||
installCheckPhase = "true";
|
installCheckPhase = "true";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
pyarrow = super.pyarrow.overridePythonAttrs (old: {
|
||||||
|
installCheckPhase = "true";
|
||||||
|
});
|
||||||
|
tifffile = super.tifffile.overridePythonAttrs (old: {
|
||||||
|
installCheckPhase = "true";
|
||||||
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Reference in a new issue