Unverified Commit d93477c3 authored by Robert Sliwinski's avatar Robert Sliwinski
Browse files

pythonPackages.pytest-ansible: 25.5.0 -> 25.6.3

parent 1f82bcd4
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@
  fetchFromGitHub,
  packaging,
  pytest,
  pytest-plus,
  pytest-sugar,
  pytest-xdist,
  pytestCheckHook,
  pythonOlder,
  setuptools,
@@ -16,7 +19,7 @@

buildPythonPackage rec {
  pname = "pytest-ansible";
  version = "25.5.0";
  version = "25.6.3";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -25,7 +28,7 @@ buildPythonPackage rec {
    owner = "ansible";
    repo = "pytest-ansible";
    tag = "v${version}";
    hash = "sha256-k6JFaB5VbUCwknN8SkNotdPRvSvW1tFmTx5p3hGfesg=";
    hash = "sha256-NOvVzZCqbPbzbDgrs94qgS82c+8U+ysyH/LdQRsawt4=";
  };

  postPatch = ''
@@ -44,6 +47,9 @@ buildPythonPackage rec {
    ansible-core
    ansible-compat
    packaging
    pytest-plus
    pytest-sugar
    pytest-xdist
  ];

  nativeCheckInputs = [ pytestCheckHook ];
@@ -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