python3Packages.pytest-ansible: mark broken with ansible>=2.10
This commit is contained in:
parent
0f946e2875
commit
198793be2d
1 changed files with 2 additions and 0 deletions
|
@ -40,5 +40,7 @@ buildPythonPackage rec {
|
||||||
description = "Plugin for py.test to simplify calling ansible modules from tests or fixtures";
|
description = "Plugin for py.test to simplify calling ansible modules from tests or fixtures";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.costrouc ];
|
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…
Reference in a new issue