summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kopec <mkopec@redhat.com>2022-06-27 16:49:11 +0200
committerMartin Kopec <mkopec@redhat.com>2022-06-27 16:49:11 +0200
commit9bda35d94b947dec78a2ecb5b71df2a0f89b9ba7 (patch)
treebcdcfd2ffc5484bc9c3c1989f75f8f7f0d9cdb65
parent04de8ab3fe2a2c5e3ee26f24b65f2bbfb4a7dd7f (diff)
downloadtempest-9bda35d94b947dec78a2ecb5b71df2a0f89b9ba7.tar.gz
Use yoga stable contraint in tox to release 31.1.0
We are going to release a new tempest tag 31.1.0 cut an intermediate release during the Zed development cycle to make bug fixes available for plugins and other consumers. Change-Id: Iebd6d6412537959e3e59bf899c3670601733cef3
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 94eb4d933..57a6a1538 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ setenv =
OS_TEST_PATH=./tempest/test_discover
OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:1200}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
-r{toxinidir}/requirements.txt
[testenv]
@@ -29,7 +29,7 @@ usedevelop = True
install_command = pip install {opts} {packages}
allowlist_externals = *
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
@@ -273,7 +273,7 @@ commands =
[testenv:venv]
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = {posargs}
@@ -288,7 +288,7 @@ commands = {posargs}
[testenv:docs]
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-apidoc -f -o doc/source/tests/compute tempest/api/compute
@@ -375,7 +375,7 @@ paths =
[testenv:releasenotes]
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build