python.pkgs.pushover: tests exists, but require network

This commit is contained in:
Jörg Thalheim 2018-03-18 10:05:24 +00:00
parent 214016c118
commit c3535901c3

View file

@ -12,7 +12,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests ];
# there are no tests
# tests require network
doCheck = false;
meta = with stdenv.lib; {