File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22host=review.opendev.org
33port=29418
44project=openstack/horizon.git
5- defaultbranch=stable /yoga
5+ defaultbranch=unmaintained /yoga
Original file line number Diff line number Diff line change 66 - horizon-nodejs14-jobs
77 - horizon-non-primary-django-jobs
88 - openstack-python3-yoga-jobs
9- - periodic-stable-jobs
109 - publish-openstack-docs-pti
1110 - release-notes-jobs-python3
1211 check :
1312 jobs :
1413 - horizon-selenium-headless
1514 - horizon-integration-tests
1615 - horizon-dsvm-tempest-plugin
17- - horizon-tox-bandit-baseline
16+ - horizon-tox-bandit-baseline :
17+ voting : false
1818 - horizon-tempest-plugin-ipv6
1919 gate :
2020 jobs :
2727 - horizon-integration-tests-xstatic-master
2828 - horizon-tox-py36-xstatic-master
2929 - horizon-nodejs14-run-test-xstatic-master
30- periodic :
31- jobs :
32- - horizon-nodejs14-run-test
33- - horizon-integration-tests
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ skipsdist = True
66# env and ignore basepython inherited from [testenv] if we set
77# ignore_basepython_conflict.
88ignore_basepython_conflict = True
9+ # Cap setuptools via virtualenv to prevent compatibility issue with yoga
10+ # branch's upper constraint of 'packaging' package (21.3).
11+ requires =
12+ virtualenv<20.26.4
13+ tox<4
914
1015[testenv]
1116basepython = python3
You can’t perform that action at this time.
0 commit comments