diff options
author | Tim Burke <tim.burke@gmail.com> | 2021-02-22 12:21:43 -0800 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2021-02-22 16:05:25 -0800 |
commit | 06b36ae0e2ee6054162bfb1d9f3cdda39eacbad5 (patch) | |
tree | d80e2da9f75a5c0c7687a4bef4b3274d57ad502f /tox.ini | |
parent | e6876361f079e9ccd526958e005258bdc68273e9 (diff) | |
download | python-swiftclient-06b36ae0e2ee6054162bfb1d9f3cdda39eacbad5.tar.gz |
Drop lower-constraints testingwallaby-em3.11.1
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
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -102,13 +102,6 @@ usedevelop = False deps = -r{toxinidir}/doc/requirements.txt 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] basepython = python3 deps = {[testenv:docs]deps} |