python3Packages.PyChromecast: disable checks

This commit is contained in:
Fabian Affolter 2021-01-08 09:38:03 +01:00
parent d3e211ccd8
commit a614fba930

View File

@ -13,6 +13,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests zeroconf protobuf casttube ];
# no tests available
doCheck = false;
pythonImportsCheck = [ "pychromecast" ];
meta = with lib; {