mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-09 03:58:59 +00:00
Update the default test container to 1.7.0. (#54930)
* Update the default test container to 1.7.0. * Run `pip check` after installing test requirements. * Support older versions of pip. * Remove obsolete pip error handler.
This commit is contained in:
parent
c2958df3a4
commit
a4c42ba687
2 changed files with 16 additions and 24 deletions
|
|
@ -1,4 +1,4 @@
|
|||
default name=quay.io/ansible/default-test-container:1.6.0 python=3.6,2.6,2.7,3.5,3.7,3.8 python3.8=/usr/local/bin/python3.8 seccomp=unconfined
|
||||
default name=quay.io/ansible/default-test-container:1.7.0 python=3.6,2.6,2.7,3.5,3.7,3.8 seccomp=unconfined
|
||||
centos6 name=quay.io/ansible/centos6-test-container:1.8.0 python=2.6 seccomp=unconfined
|
||||
centos7 name=quay.io/ansible/centos7-test-container:1.8.0 python=2.7 seccomp=unconfined
|
||||
fedora28 name=quay.io/ansible/fedora28-test-container:1.8.0 python=2.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue