From f2bb565322a98276440d43e10193f1f86290aff2 Mon Sep 17 00:00:00 2001 From: Tanya Date: Mon, 24 Mar 2025 02:52:26 +0530 Subject: [PATCH] duplicity: disable test_black due to Black version conflict --- pkgs/by-name/du/duplicity/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/du/duplicity/package.nix b/pkgs/by-name/du/duplicity/package.nix index 2e15d2aaca06..682137beb903 100644 --- a/pkgs/by-name/du/duplicity/package.nix +++ b/pkgs/by-name/du/duplicity/package.nix @@ -56,6 +56,7 @@ let # ************* Module duplicity.backends.swiftbackend # duplicity/backends/swiftbackend.py:176: [E0401(import-error), SwiftBackend._put] Unable to import 'swiftclient.service' "test_pylint" + "test_black" ]; nativeBuildInputs = [ @@ -65,7 +66,6 @@ let wrapGAppsNoGuiHook python3.pkgs.setuptools-scm python3.pkgs.pycodestyle - python3.pkgs.black python3.pkgs.pylint ];