pythonPackages.cloudpickle: disable tests
This commit is contained in:
parent
6f32d2a805
commit
63353f9270
@ -2993,6 +2993,15 @@ in modules // {
|
|||||||
sha256 = "3418303f44c6c4daa184f1dc36c8c0b7ff8261c56d1f922ffd8d09e79caa4b74";
|
sha256 = "3418303f44c6c4daa184f1dc36c8c0b7ff8261c56d1f922ffd8d09e79caa4b74";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = with self; [ pytest mock ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
py.test tests
|
||||||
|
'';
|
||||||
|
|
||||||
|
# ImportError of test suite
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Extended pickling support for Python objects";
|
description = "Extended pickling support for Python objects";
|
||||||
homepage = https://github.com/cloudpipe/cloudpickle;
|
homepage = https://github.com/cloudpipe/cloudpickle;
|
||||||
|
Loading…
Reference in New Issue
Block a user