From bc5df0ff51100db47b7cb192d5dbfa487a10fa0c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 12 Mar 2025 23:12:36 +0100 Subject: [PATCH] python313Packages.acquire: 3.17 -> 3.18 Changelog: https://github.com/fox-it/acquire/releases/tag/3.18 --- pkgs/development/python-modules/acquire/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/acquire/default.nix b/pkgs/development/python-modules/acquire/default.nix index 87bd7c542ca9..515d60a8a918 100644 --- a/pkgs/development/python-modules/acquire/default.nix +++ b/pkgs/development/python-modules/acquire/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "acquire"; - version = "3.17"; + version = "3.18"; pyproject = true; disabled = pythonOlder "3.9"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "acquire"; tag = version; - hash = "sha256-Ii19VnLLq+UGH0bkyUbLzHqZpJOXffIGeP4VZ9QG7D0="; + hash = "sha256-kDoDPeMvpctNnB+e2LnCZ7fw9AP+AjPYDXwVqKedJ88="; }; build-system = [ @@ -55,8 +55,9 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.full; disabledTests = [ - "test_collector_collect_path_with_dir" + "output_encrypt" "test_collector_collect_glob" + "test_collector_collect_path_with_dir" "test_misc_osx" "test_misc_unix" ];