about summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-08-07 17:04:03 +0200
committerVladimír Čunát <v@cunat.cz>2023-08-07 17:04:03 +0200
commit9312c54bd06f167f6a161fdf4f3f397a70d0f9fa (patch)
tree6a230e3544aa78ee0c01c6e70108ff6aee14468c /pkgs/tools/X11
parent2d99077c50d8e8aa3601936176cceeadd769cb19 (diff)
treewide: drop a test in click 7.1.2
Man, copy&paste to five places is just great :-/

The referenced upstream patch should fix the compatibility,
but it won't apply cleanly to this version, so I dropped the test.
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/caffeine-ng/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/X11/caffeine-ng/default.nix b/pkgs/tools/X11/caffeine-ng/default.nix
index 344e3a892450e..66103ba6f8dc4 100644
--- a/pkgs/tools/X11/caffeine-ng/default.nix
+++ b/pkgs/tools/X11/caffeine-ng/default.nix
@@ -30,6 +30,7 @@ let
       inherit version;
       hash = "sha256-0rUlXHxjSbwb0eWeCM0SrLvWPOZJ8liHVXg6qU37axo=";
     };
+    disabledTests = [ "test_bytes_args" ]; # https://github.com/pallets/click/commit/6e05e1fa1c2804
   });
 in buildPythonApplication rec {
   pname = "caffeine-ng";