From 2ad41211b302e42c8a4527ee81282758cd05eab7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 17 Sep 2023 16:37:54 +0200 Subject: [PATCH] python311Packages.karton-classifier: disable failing test --- pkgs/development/python-modules/karton-classifier/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/karton-classifier/default.nix b/pkgs/development/python-modules/karton-classifier/default.nix index 689d67d50910..9f19e1ab6b9e 100644 --- a/pkgs/development/python-modules/karton-classifier/default.nix +++ b/pkgs/development/python-modules/karton-classifier/default.nix @@ -46,6 +46,7 @@ buildPythonPackage rec { # Tests expecting results from a different version of libmagic "test_process_archive_ace" "test_process_runnable_win32_lnk" + "test_process_misc_csv" ]; meta = with lib; {