mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
pythonPackages.transmissionrpc: Disable tests
This commit is contained in:
parent
9704f74645
commit
cb302ec904
@ -15,10 +15,12 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
|
||||||
|
# no tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python implementation of the Transmission bittorent client RPC protocol";
|
description = "Python implementation of the Transmission bittorent client RPC protocol";
|
||||||
homepage = "https://pypi.python.org/pypi/transmissionrpc/";
|
homepage = "https://pypi.python.org/pypi/transmissionrpc/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user