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

+2
+2
pkgs/development/python-modules/pytest-ansible/default.nix
··· 40 40 description = "Plugin for py.test to simplify calling ansible modules from tests or fixtures"; 41 41 license = licenses.mit; 42 42 maintainers = [ maintainers.costrouc ]; 43 + # https://github.com/ansible-community/pytest-ansible/blob/v2.2.4/setup.py#L124 44 + broken = lib.versionAtLeast ansible.version "2.10"; 43 45 }; 44 46 }