Skip to content

Commit 4ebe6b5

Browse files
authored
ci: add 2.19 back into the test matrix (ansible-collections#223)
2.19 test was accidentally removed in ansible-collections#220, this restores it and also fixes pipeline issues related to pylint and bad imports.
1 parent aca12e4 commit 4ebe6b5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ stages:
177177
dependsOn:
178178
- Ansible_devel
179179
- Ansible_2_20
180+
- Ansible_2_19
180181
- Ansible_2_18
181182
- Ansible_2_17
182183
- Docker_devel

tests/sanity/ignore-2.21.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
tests/utils/shippable/timing.py shebang
1+
plugins/connection/libvirt_qemu.py pylint:ansible-bad-import-from
2+
plugins/inventory/libvirt.py pylint:ansible-bad-import-from
23
tests/unit/compat/builtins.py pylint:unused-import
4+
tests/unit/mock/procenv.py pylint:ansible-bad-import-from
5+
tests/unit/mock/yaml_helper.py pylint:ansible-bad-import-from
6+
tests/utils/shippable/timing.py shebang

0 commit comments

Comments
 (0)