summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-04-30 17:13:35 -0500
committerDouglas Mendizábal <dmendiza@redhat.com>2022-11-04 15:39:47 -0400
commit6fe11b5188bbdbb39bff511fa0227e5785be17f7 (patch)
tree1f2fbf646632d256c747ba87252cce2801196c7c /tox.ini
parent66a84728aa566c4a0315cca00ebb9dc202edda88 (diff)
downloadpycadf-stable/ussuri.tar.gz
Drop lower-constraints.txt and its testingstable/ussuri
As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal (cherry picked from commit 0475709c0734d8314637298de2fd2b005ad5a1cb) Change-Id: Ia3f66b6805704c254295fd663f0260d5d963ed66
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 1 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index 7f2ef4f..ec5aa03 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ ignore_basepython_conflict = True
[testenv]
basepython = python3
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}
@@ -56,9 +56,3 @@ show-source = True
# D401: First line should be in imperative mood
ignore = H405,D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D208,D400,D401
exclude = .tox,dist,doc,*.egg,build
-
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt