summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsongwenping <songwenping@inspur.com>2021-01-27 05:48:28 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-04-16 10:44:44 +0000
commit622f5bf3a30a8aeb837df8c9e1e017810a64880c (patch)
tree572e202bbf01f550aa9c44f25f195078c62dfad5
parent02d1cd8b819c5ac10d5f851ca3259fe8fb2e4364 (diff)
downloadoslo-utils-622f5bf3a30a8aeb837df8c9e1e017810a64880c.tar.gz
Drop lower-constraints
Lower-constraints is not a requirement of the OpenStack Python PTI [0] and there currently is a discussion on the mailing list [1] about dropping the test, with the oslo team already having done so [2]. The new dependency resolver in pip fails due to incompatible dependency versions in our lower-constraints file, meaning that we were never providing any real guarantees with it. To unblock the CI, I am disabling lower-constraints job for now, with the option to reenable it in case we fix the constraints, and based on the outcome of the mailing list discussions and consensus. [0]. https://governance.openstack.org/tc/reference/pti/python.html [1]. http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019672.html [2]. http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019659.html Change-Id: I8c647b325a6f489aaffdab474117c5451852c81e
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index eb2a6f0..9035b2b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,9 +49,3 @@ deps =
commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
-
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt