mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
duplicity: disable test_black due to Black version conflict (#392516)
This commit is contained in:
commit
ed6819f0f2
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,7 @@ let
|
||||||
# ************* Module duplicity.backends.swiftbackend
|
# ************* Module duplicity.backends.swiftbackend
|
||||||
# duplicity/backends/swiftbackend.py:176: [E0401(import-error), SwiftBackend._put] Unable to import 'swiftclient.service'
|
# duplicity/backends/swiftbackend.py:176: [E0401(import-error), SwiftBackend._put] Unable to import 'swiftclient.service'
|
||||||
"test_pylint"
|
"test_pylint"
|
||||||
|
"test_black"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -65,7 +66,6 @@ let
|
||||||
wrapGAppsNoGuiHook
|
wrapGAppsNoGuiHook
|
||||||
python3.pkgs.setuptools-scm
|
python3.pkgs.setuptools-scm
|
||||||
python3.pkgs.pycodestyle
|
python3.pkgs.pycodestyle
|
||||||
python3.pkgs.black
|
|
||||||
python3.pkgs.pylint
|
python3.pkgs.pylint
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue