- Python 3.6 is EOL, update to 3.8.
- Remove Ubuntu 16.04 from the molecule, since Ubuntu 16.04 is EOL.
- Update tox and molecule depenencies.
Change-Id: I4131008a04c8feaf25b239bd4054709a7d797a4f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
- name: centos7
image: centos:7
- name: centos8
- image: centos:8
- - name: ubuntu1604
- image: ubuntu:16.04
+ image: quay.io/pycontribs/centos:stream8
- name: ubuntu1804
image: ubuntu:18.04
- name: ubuntu2004
deps =
ansible~=2.9.6
ansible-lint~=4.2.0
+ detox~=0.18
docker
+ yamllint
+ molecule~=3.0.8
molecule[docker]
- pytest
+ pytest~=5.4.0
passenv = *
commands =
./molecule.sh
---
python_packages_distro:
- libffi-devel
- - python36
- - python36-devel
+ - python38
+ - python38-devel
- python3-pip
- python3-setuptools
- python3-virtualenv