azure-cli: 2.67.0 -> 2.68.0

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-01-14 08:11:45 +01:00
parent 629ab9db28
commit 7b2bfeb2fc
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -26,14 +26,14 @@
}:
let
version = "2.67.0";
version = "2.68.0";
src = fetchFromGitHub {
name = "azure-cli-${version}-src";
owner = "Azure";
repo = "azure-cli";
rev = "azure-cli-${version}";
hash = "sha256-UrWReU9x7n2GqFt+OO9SLo0uAuwQBXUr4rYtTZfHlfY=";
hash = "sha256-WJkuLZUWNzbjAmOPilOK6jnjmax/3ct+ZVWQB3ho/BI=";
};
# put packages that needs to be overridden in the py package scope
@@ -251,6 +251,7 @@ py.pkgs.toPythonApplication (
# remove garbage
rm $out/bin/az.bat
rm $out/bin/az.completion.sh
rm $out/bin/azps.ps1
'';
# wrap the executable so that the python packages are available
@@ -83,6 +83,7 @@ let
--ignore=azure/cli/core/tests/test_cloud.py \
--ignore=azure/cli/core/tests/test_extension.py \
--ignore=azure/cli/core/tests/test_util.py \
--ignore=azure/cli/core/tests/test_argcomplete.py \
-k 'not metadata_url and not test_send_raw_requests and not test_format_styled_text_legacy_powershell'
'';