python3Packages.PyChromecast: disable checks
This commit is contained in:
parent
d3e211ccd8
commit
a614fba930
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ requests zeroconf protobuf casttube ];
|
||||
|
||||
# no tests available
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "pychromecast" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue