[CI] tox-ansible-test-sanity doesn't take the "ignore" anymore
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
Critical
|
Unassigned |
Bug Description
At least in ansible-
The content of the file is correct, according to the doc[1]:
plugins/
plugins/
plugins/
plugins/
plugins/
But in the end, those actually ignored failures are blocking merges, for instance here:
https:/
Not sure what to do at this point :/.
[1] https:/
Wondering how this is possible: core==2. 13.0,cffi= =1.15.0, cryptography= =37.0.2, Jinja2= =3.1.2, MarkupSafe= =2.1.1, packaging= =21.3,pycparser ==2.21, pyparsing= =3.0.9, PyYAML= =6.0,resolvelib ==0.5.4
sanity installed: ansible-
according to the requirements, we're supposed to get: core>=2. 11,<2.12
ansible-
How comes we're with core==2.13 ?!