tobiko/roles/tobiko-run/vars/test-workflow-unit.yaml
Eduardo Olivares b32c3a5f6e Dropping python3.6 and python3.7 support
Depends-On: I4a5ac77948ddb65944b0852b03122190a659269b

Change-Id: If126f32a301c5bd0a2c50b6b9c6b0d8ef2cdf7ca
2023-08-25 15:39:07 +02:00

19 lines
489 B
YAML

test_workflow_steps:
- tox_description: 'run unit tests using Python 3.8'
tox_envlist: py38
python_version: '3.8'
bindep_profile: test py38
test_flaky: true
- tox_description: 'run unit tests using Python 3.9'
tox_envlist: py39
python_version: '3.9'
bindep_profile: test py39
test_flaky: true
- tox_description: 'run unit tests using Python 3.10'
tox_envlist: py310
python_version: '3.10'
bindep_profile: test py310
test_flaky: true