pythonPackages.transmissionrpc: Disable tests

This commit is contained in:
Sandro Jäckel 2021-02-07 16:44:37 +01:00
parent 9704f74645
commit cb302ec904
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -15,10 +15,12 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six ];
# no tests
doCheck = false;
meta = with lib; {
description = "Python implementation of the Transmission bittorent client RPC protocol";
homepage = "https://pypi.python.org/pypi/transmissionrpc/";
license = licenses.mit;
};
}