Loading pkgs/development/python-modules/pytest-ansible/default.nix +10 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ fetchFromGitHub, packaging, pytest, pytest-plus, pytest-sugar, pytest-xdist, pytestCheckHook, pythonOlder, setuptools, Loading @@ -16,7 +19,7 @@ buildPythonPackage rec { pname = "pytest-ansible"; version = "25.5.0"; version = "25.6.3"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -25,7 +28,7 @@ buildPythonPackage rec { owner = "ansible"; repo = "pytest-ansible"; tag = "v${version}"; hash = "sha256-k6JFaB5VbUCwknN8SkNotdPRvSvW1tFmTx5p3hGfesg="; hash = "sha256-NOvVzZCqbPbzbDgrs94qgS82c+8U+ysyH/LdQRsawt4="; }; postPatch = '' Loading @@ -44,6 +47,9 @@ buildPythonPackage rec { ansible-core ansible-compat packaging pytest-plus pytest-sugar pytest-xdist ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -55,6 +61,8 @@ buildPythonPackage rec { enabledTestPaths = [ "tests/" ]; disabledTests = [ # pytest unrecognized arguments in test_pool.py "test_ansible_test" # Host unreachable in the inventory "test_become" # [Errno -3] Temporary failure in name resolution Loading Loading
pkgs/development/python-modules/pytest-ansible/default.nix +10 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ fetchFromGitHub, packaging, pytest, pytest-plus, pytest-sugar, pytest-xdist, pytestCheckHook, pythonOlder, setuptools, Loading @@ -16,7 +19,7 @@ buildPythonPackage rec { pname = "pytest-ansible"; version = "25.5.0"; version = "25.6.3"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -25,7 +28,7 @@ buildPythonPackage rec { owner = "ansible"; repo = "pytest-ansible"; tag = "v${version}"; hash = "sha256-k6JFaB5VbUCwknN8SkNotdPRvSvW1tFmTx5p3hGfesg="; hash = "sha256-NOvVzZCqbPbzbDgrs94qgS82c+8U+ysyH/LdQRsawt4="; }; postPatch = '' Loading @@ -44,6 +47,9 @@ buildPythonPackage rec { ansible-core ansible-compat packaging pytest-plus pytest-sugar pytest-xdist ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -55,6 +61,8 @@ buildPythonPackage rec { enabledTestPaths = [ "tests/" ]; disabledTests = [ # pytest unrecognized arguments in test_pool.py "test_ansible_test" # Host unreachable in the inventory "test_become" # [Errno -3] Temporary failure in name resolution Loading