summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajat Dhasmana <rajatdhasmana@gmail.com>2021-08-12 05:15:34 -0400
committerRajat Dhasmana <rajatdhasmana@gmail.com>2021-08-12 05:17:45 -0400
commitb42ffa40351b31fc93196b34932bb36056ff33db (patch)
tree0c90f580438f7ae7346057a8474c477485555766
parent108947320d835ff10a4e9fd5c0b8f1a36b4675ed (diff)
downloadglance_store-b42ffa40351b31fc93196b34932bb36056ff33db.tar.gz
Drop lower-constraints job
Change-Id: I1de76a70e07bbf2bd70900b4d93104a1b0fda74b
-rw-r--r--.zuul.yaml2
-rw-r--r--lower-constraints.txt88
-rw-r--r--tox.ini7
3 files changed, 1 insertions, 96 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 2d45156..dca51df 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -156,7 +156,6 @@
templates:
- check-requirements
- lib-forward-testing-python3
- - openstack-lower-constraints-jobs
- openstack-python3-xena-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
@@ -170,7 +169,6 @@
- ^releasenotes/.*$
- ^.*\.rst$
- ^(test-|)requirements.txt$
- - ^lower-constraints.txt$
- ^setup.cfg$
- ^tox.ini$
experimental:
diff --git a/lower-constraints.txt b/lower-constraints.txt
deleted file mode 100644
index 782d24a..0000000
--- a/lower-constraints.txt
+++ /dev/null
@@ -1,88 +0,0 @@
-alabaster==0.7.10
-appdirs==1.4.3
-attrs==17.4.0
-Babel==2.3.4
-boto3==1.9.199
-botocore==1.12.253
-certifi==2018.1.18
-chardet==3.0.4
-cliff==2.11.0
-cmd2==0.8.1
-coverage==4.0
-debtcollector==1.19.0
-doc8==0.6.0
-docutils==0.14
-dulwich==0.19.0
-enum-compat==0.0.2
-eventlet==0.18.2
-extras==1.0.0
-fasteners==0.14.1
-fixtures==3.0.0
-flake8==3.7.9
-future==0.16.0
-gitdb2==2.0.3
-GitPython==2.1.8
-greenlet==0.4.13
-httplib2==0.9.1
-idna==2.6
-imagesize==1.0.0
-iso8601==0.1.12
-Jinja2==2.10
-jmespath==0.7.1
-jsonschema==3.2.0
-keystoneauth1==3.4.0
-linecache2==1.0.0
-MarkupSafe==1.0
-mccabe==0.6.0
-mock==2.0.0
-monotonic==1.4
-mox3==0.25.0
-msgpack==0.5.6
-netaddr==0.7.19
-netifaces==0.10.6
-os-brick==2.6.0
-os-client-config==1.29.0
-os-win==4.0.1
-oslo.concurrency==3.26.0
-oslo.config==5.2.0
-oslo.context==2.22.0
-oslo.i18n==3.15.3
-oslo.log==3.36.0
-oslo.privsep==1.23.0
-oslo.rootwrap==5.8.0
-oslo.serialization==2.18.0
-oslo.service==1.41.1
-oslotest==3.2.0
-oslo.utils==4.7.0
-oslo.vmware==3.6.0
-Parsley==1.3
-pbr==3.1.1
-prettytable==0.7.2
-Pygments==2.2.0
-pyparsing==2.2.0
-pyperclip==1.6.0
-python-cinderclient==4.1.0
-python-keystoneclient==3.8.0
-python-mimeparse==1.6.0
-python-subunit==1.0.0
-python-swiftclient==3.2.0
-pytz==2018.3
-PyYAML==3.12
-requests==2.14.2
-requestsexceptions==1.4.0
-requests-mock==1.2.0
-restructuredtext-lint==1.1.3
-retrying==1.3.3
-rfc3986==1.1.0
-six==1.11.0
-smmap2==2.0.3
-snowballstemmer==1.2.1
-stestr==2.0.0
-stevedore==1.20.0
-testscenarios==0.4
-testtools==2.2.0
-traceback2==1.4.0
-unittest2==1.1.0
-urllib3==1.22
-voluptuous==0.11.1
-wrapt==1.10.11
diff --git a/tox.ini b/tox.ini
index 8d9c2df..6a3130b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,7 +56,7 @@ commands =
stestr run --slowest --test-path=./glance_store/tests/functional/filesystem
[doc8]
-ignore-path = .venv,.git,.tox,*glance_store/locale*,*lib/python*,glance_store.egg*,doc/build,*requirements.txt,lower-constraints.txt
+ignore-path = .venv,.git,.tox,*glance_store/locale*,*lib/python*,glance_store.egg*,doc/build,*requirements.txt
[flake8]
# TODO(dmllr): Analyze or fix the warnings blacklisted below
@@ -68,8 +68,3 @@ ignore-path = .venv,.git,.tox,*glance_store/locale*,*lib/python*,glance_store.eg
ignore = H301,H404,H405,W503,W504
exclude = .venv,.git,.tox,dist,doc,etc,*glance_store/locale*,*lib/python*,*egg,build
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- .[s3,vmware,swift,cinder]