mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 09:31:01 +00:00
python.pkgs.pushover: there are no tests
This commit is contained in:
parent
e1080b0d43
commit
3336a7b8ac
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ requests ];
|
||||
|
||||
# checks crash
|
||||
# there are no tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue