File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 - openstack-python3-jobs
44 check :
55 jobs :
6- - build-wheel-cache-ubuntu-bionic :
7- files :
8- - bindep.txt
96 - build-wheel-cache-ubuntu-focal :
107 files :
118 - bindep.txt
6562 - bindep.txt
6663 gate :
6764 jobs :
68- - build-wheel-cache-ubuntu-bionic :
69- files :
70- - bindep.txt
7165 - build-wheel-cache-ubuntu-focal :
7266 files :
7367 - bindep.txt
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ deps = -c{toxinidir}/upper-constraints.txt
1212commands =
1313 stestr run {posargs}
1414
15+ [testenv:py311]
16+ deps = -c{toxinidir}/upper-constraints.txt
17+ -r{toxinidir}/requirements.txt
18+ -r{toxinidir}/test-requirements.txt
19+ setuptools<82.0.0
20+
1521[testenv:py38-check-uc]
1622allowlist_externals =
1723 check-conflicts
@@ -56,6 +62,10 @@ commands = generate-constraints {posargs: -b blacklist.txt -r global-requirement
5662[testenv:validate]
5763allowlist_externals =
5864 validate-constraints
65+ deps = -c{toxinidir}/upper-constraints.txt
66+ -r{toxinidir}/requirements.txt
67+ -r{toxinidir}/test-requirements.txt
68+ setuptools<82.0.0
5969commands =
6070 validate-constraints {toxinidir}/global-requirements.txt {toxinidir}/upper-constraints.txt {toxinidir}/blacklist.txt
6171
You can’t perform that action at this time.
0 commit comments