summary refs log tree commit diff
path: root/pkgs/development/python-modules/pushover
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-03-18 09:02:55 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-03-18 09:02:55 +0000
commit3336a7b8acb5bca93912d6f602278c10e4fb6623 (patch)
tree6db5fd0c79774869c2e977667fe3a5315ff66c3e /pkgs/development/python-modules/pushover
parente1080b0d4320b1e601bbcad2e0b02d666f0702a7 (diff)
downloadnixpkgs-3336a7b8acb5bca93912d6f602278c10e4fb6623.tar
nixpkgs-3336a7b8acb5bca93912d6f602278c10e4fb6623.tar.gz
nixpkgs-3336a7b8acb5bca93912d6f602278c10e4fb6623.tar.bz2
nixpkgs-3336a7b8acb5bca93912d6f602278c10e4fb6623.tar.lz
nixpkgs-3336a7b8acb5bca93912d6f602278c10e4fb6623.tar.xz
nixpkgs-3336a7b8acb5bca93912d6f602278c10e4fb6623.tar.zst
nixpkgs-3336a7b8acb5bca93912d6f602278c10e4fb6623.zip
python.pkgs.pushover: there are no tests
Diffstat (limited to 'pkgs/development/python-modules/pushover')
-rw-r--r--pkgs/development/python-modules/pushover/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pushover/default.nix b/pkgs/development/python-modules/pushover/default.nix
index 11596716a66..e9c5d938101 100644
--- a/pkgs/development/python-modules/pushover/default.nix
+++ b/pkgs/development/python-modules/pushover/default.nix
@@ -12,7 +12,7 @@ buildPythonPackage rec {
 
   propagatedBuildInputs = [ requests ];
 
-  # checks crash
+  # there are no tests
   doCheck = false;
 
   meta = with stdenv.lib; {