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