python.pkgs.python-editor: fix by disabling tests
This commit is contained in:
parent
84adeffc6d
commit
1e4029fa0a
@ -10,8 +10,12 @@ buildPythonPackage rec {
|
|||||||
sha256 = "a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565";
|
sha256 = "a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# No proper tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A library that provides the `editor` module for programmatically";
|
description = "A library that provides the `editor` module for programmatically";
|
||||||
homepage = https://github.com/fmoo/python-editor;
|
homepage = https://github.com/fmoo/python-editor;
|
||||||
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user