File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 tox_envlist : py39
1818 bindep_profile : test py39
1919 python_version : ' 3.9'
20+
21+ - job :
22+ name : openstack-tox-py39
23+ parent : openstack-tox
24+ nodeset : ubuntu-focal
25+ timeout : 2400
26+ description : |
27+
28+ Run unit tests for an OpenStack Python project under cPython
29+ version 3.9.
30+
31+ Uses tox version <4 with the ``py39`` environment.
32+ irrelevant-files : *common-irrelevant-files
33+ branches :
34+ - ^.*/victoria
35+ - ^.*/wallaby
36+ - ^.*/xena
37+ - ^.*/yoga
38+ - ^.*/zed
39+ vars :
40+ tox_envlist : py39
41+ bindep_profile : test py39
42+ python_version : ' 3.9'
43+ # NOTE(gmann): This is stable branch (<=(stable|unmaintained)/zed) job and new
44+ # tox 4 require some changes in tox.ini to be compatible with it. Let's
45+ # pin tox <4 for stable branches testing (<=(stable|unmaintained)/zed).
46+ ensure_tox_version : ' <4'
You can’t perform that action at this time.
0 commit comments