Switch to yoga unit jobs and add py39

Change-Id: I94a2ecc844a5aff7b4bc40dc62699b5098618f92
This commit is contained in:
Corey Bryant 2021-11-17 14:26:52 -05:00
parent 60e243dbf0
commit 356ad6d541
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
- project:
templates:
- charm-unit-jobs
- charm-yoga-unit-jobs
check:
jobs:
- bionic-train_ceph-rbd-mirror
@ -27,10 +27,9 @@
parent: bionic-train
dependencies:
- osci-lint
- tox-py35
- tox-py36
- tox-py37
- tox-py38
- tox-py39
- job:
name: bionic-queens_ceph-rbd-mirror
parent: bionic-queens

View File

@ -75,6 +75,11 @@ basepython = python3.8
deps = -r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}
[testenv:py39]
basepython = python3.9
deps = -r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
deps = flake8==3.9.2