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

This commit is contained in:
Martin Weinelt 2022-04-26 11:22:05 +02:00
parent 0f946e2875
commit 198793be2d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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";
};
}