From 787db59630c29ee2cf177fbf6f347803730ce72b Mon Sep 17 00:00:00 2001 From: Robert Sliwinski Date: Sat, 28 Feb 2026 20:05:09 +0100 Subject: [PATCH] python3Packages.pytest-ansible: 26.1.0 -> 26.2.0 changelog for python3Packages.pytest-ansible is: https://github.com/ansible-community/pytest-ansible/releases/tag/v26.2.0 Supersedes #494911 --- .../development/python-modules/pytest-ansible/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/pytest-ansible/default.nix b/pkgs/development/python-modules/pytest-ansible/default.nix index d733f784a03d..c404455f3e89 100644 --- a/pkgs/development/python-modules/pytest-ansible/default.nix +++ b/pkgs/development/python-modules/pytest-ansible/default.nix @@ -8,8 +8,6 @@ fetchFromGitHub, packaging, pytest, - pytest-plus, - pytest-sugar, pytest-xdist, pytestCheckHook, setuptools, @@ -18,14 +16,14 @@ buildPythonPackage rec { pname = "pytest-ansible"; - version = "26.1.0"; + version = "26.2.0"; pyproject = true; src = fetchFromGitHub { owner = "ansible"; repo = "pytest-ansible"; tag = "v${version}"; - hash = "sha256-uCuGDAEIiVAB9lfYf2X60nIA8IsmEJ9Dola0eFBNC+U="; + hash = "sha256-3pppBAgAfkwJNPRsI6CH4UDMqyZ45+mFNejlQwX5bCg="; }; postPatch = '' @@ -44,8 +42,6 @@ buildPythonPackage rec { ansible-core ansible-compat packaging - pytest-plus - pytest-sugar pytest-xdist ];