python3Packages.pytest-ansible: mark broken with ansible>=2.10

main
Martin Weinelt 2 years ago
parent 0f946e2875
commit 198793be2d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 2
      pkgs/development/python-modules/pytest-ansible/default.nix

@ -40,5 +40,7 @@ buildPythonPackage rec {
description = "Plugin for py.test to simplify calling ansible modules from tests or fixtures";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
# https://github.com/ansible-community/pytest-ansible/blob/v2.2.4/setup.py#L124
broken = lib.versionAtLeast ansible.version "2.10";
};
}

Loading…
Cancel
Save