Skip to content

Commit 5c91f31

Browse files
author
Ghanshyam Mann
committed
Bump openstack-placement version in functional tox env
Nova functional tests import the placement test fixture and which require the new fix change merged in placement - https://review.opendev.org/c/openstack/placement/+/869525 the above change is released in openstack-placement 9.0.0.0b1 version - https://review.opendev.org/c/openstack/releases/+/870989 bumping that version in tox.ini as functional test env use the placement from PyPi. Change-Id: Ib0217f85f9d2782f1a742b19f6ec56a082946a2b
1 parent 171d11e commit 5c91f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ description =
6161
# because we do not want placement present during unit tests.
6262
deps =
6363
{[testenv]deps}
64-
openstack-placement>=1.0.0
64+
openstack-placement>=9.0.0.0b1
6565
extras =
6666
commands =
6767
stestr --test-path=./nova/tests/functional run {posargs}

0 commit comments

Comments
 (0)