Unverified Commit ed6819f0 authored by David McFarland's avatar David McFarland Committed by GitHub
Browse files

duplicity: disable test_black due to Black version conflict (#392516)

parents 4c562023 f2bb5653
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    ];