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
This commit is contained in:
Ghanshyam Mann 2023-01-18 18:37:46 -06:00
parent 171d11eb25
commit 5c91f31cea
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ description =
# because we do not want placement present during unit tests.
deps =
{[testenv]deps}
openstack-placement>=1.0.0
openstack-placement>=9.0.0.0b1
extras =
commands =
stestr --test-path=./nova/tests/functional run {posargs}