Drop lower-constraints testing
The OpenStack community consensus seems to be that it's not worth the hassle of fixing. *Maybe* we can revisit this if we ever drop py2 support? Reasonable spot to start on ML threads: http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019672.html Change-Id: Ibf0c891782afe014cc453b713a94c187340d172e Depends-On: https://review.opendev.org/c/openstack/requirements/+/777025
This commit is contained in:
@@ -23,6 +23,8 @@
|
|||||||
vars:
|
vars:
|
||||||
# Override value from parent job to use swiftclient tests
|
# Override value from parent job to use swiftclient tests
|
||||||
zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/python-swiftclient'].src_dir }}"
|
zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/python-swiftclient'].src_dir }}"
|
||||||
|
# swift can use different tox env names
|
||||||
|
tox_envlist: func
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: swiftclient-functional-py2
|
name: swiftclient-functional-py2
|
||||||
@@ -37,7 +39,6 @@
|
|||||||
templates:
|
templates:
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- lib-forward-testing-python3
|
- lib-forward-testing-python3
|
||||||
- openstack-lower-constraints-jobs
|
|
||||||
- openstack-python-jobs
|
- openstack-python-jobs
|
||||||
- openstack-python3-wallaby-jobs
|
- openstack-python3-wallaby-jobs
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
|
@@ -1,42 +0,0 @@
|
|||||||
alabaster==0.7.10
|
|
||||||
Babel==2.3.4
|
|
||||||
certifi==2018.1.18
|
|
||||||
chardet==3.0.4
|
|
||||||
coverage==4.0
|
|
||||||
docutils==0.11
|
|
||||||
dulwich==0.15.0
|
|
||||||
extras==1.0.0
|
|
||||||
fixtures==3.0.0
|
|
||||||
flake8==2.2.4
|
|
||||||
futures==3.0.0
|
|
||||||
hacking==0.10.0
|
|
||||||
idna==2.6
|
|
||||||
imagesize==0.7.1
|
|
||||||
iso8601==0.1.8
|
|
||||||
Jinja2==2.10
|
|
||||||
keystoneauth1==3.4.0
|
|
||||||
linecache2==1.0.0
|
|
||||||
MarkupSafe==1.0
|
|
||||||
mccabe==0.2.1
|
|
||||||
mock==1.2.0
|
|
||||||
netaddr==0.7.10
|
|
||||||
openstacksdk==0.11.0
|
|
||||||
oslo.config==1.2.0
|
|
||||||
pbr==2.0.0
|
|
||||||
pep8==1.5.7
|
|
||||||
PrettyTable==0.7.1
|
|
||||||
pyflakes==0.8.1
|
|
||||||
Pygments==2.2.0
|
|
||||||
python-keystoneclient==0.7.0
|
|
||||||
python-mimeparse==1.6.0
|
|
||||||
python-subunit==1.0.0
|
|
||||||
pytz==2013.6
|
|
||||||
PyYAML==3.12
|
|
||||||
requests==1.1.0
|
|
||||||
six==1.9.0
|
|
||||||
snowballstemmer==1.2.1
|
|
||||||
stestr==2.0.0
|
|
||||||
testtools==2.2.0
|
|
||||||
traceback2==1.4.0
|
|
||||||
unittest2==1.1.0
|
|
||||||
urllib3==1.22
|
|
7
tox.ini
7
tox.ini
@@ -102,13 +102,6 @@ usedevelop = False
|
|||||||
deps = -r{toxinidir}/doc/requirements.txt
|
deps = -r{toxinidir}/doc/requirements.txt
|
||||||
commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
|
||||||
[testenv:lower-constraints]
|
|
||||||
basepython = python3
|
|
||||||
deps =
|
|
||||||
-c{toxinidir}/lower-constraints.txt
|
|
||||||
-r{toxinidir}/test-requirements.txt
|
|
||||||
.[keystone]
|
|
||||||
|
|
||||||
[testenv:pdf-docs]
|
[testenv:pdf-docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps = {[testenv:docs]deps}
|
deps = {[testenv:docs]deps}
|
||||||
|
Reference in New Issue
Block a user