0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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

This commit is contained in:
David McFarland 2025-03-24 10:37:45 -03:00 committed by GitHub
commit ed6819f0f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
];