Bump requirements

The lower constraints job is failing as Nova has bumped the
oslo.config minimum requirement. We'll do the same.

The nova conf fixture has been moved so we'll have to pick that up
as well.

Change-Id: I1907982ca8ffc81b2529af22a9a6fd4a55aecafb
This commit is contained in:
Lucian Petrut 2021-05-24 15:58:46 +03:00
parent fc24385ee4
commit b85e6a2c90
4 changed files with 5 additions and 7 deletions

View File

@ -28,8 +28,6 @@ from unittest import mock
import fixtures
from nova.tests import fixtures as nova_fixtures
from nova.tests.unit import conf_fixture
from nova.tests.unit import policy_fixture
from oslo_log.fixture import logging_error as log_fixture
from oslo_log import log as logging
from oslotest import base
@ -98,14 +96,14 @@ class NoDBTestCase(base.BaseTestCase):
self.useFixture(log_fixture.get_logging_handle_error_fixture())
self.useFixture(nova_fixtures.StandardLogging())
self.useFixture(conf_fixture.ConfFixture(CONF))
self.useFixture(nova_fixtures.ConfFixture(CONF))
# NOTE(blk-u): WarningsFixture must be after the Database fixture
# because sqlalchemy-migrate messes with the warnings filters.
self.useFixture(nova_fixtures.WarningsFixture())
self.addCleanup(self._clear_attrs)
self.policy = self.useFixture(policy_fixture.PolicyFixture())
self.policy = self.useFixture(nova_fixtures.PolicyFixture())
self.useFixture(nova_fixtures.PoisonFunctions())

View File

@ -8,4 +8,4 @@ openstackdocstheme>=2.2.1 # Apache-2.0
# releasenotes
reno>=3.1.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.config>=8.6.0 # Apache-2.0

View File

@ -8,7 +8,7 @@ openstackdocstheme==2.2.1
os-brick==4.3.1
os-win==5.4.0
oslo.concurrency==4.4.0
oslo.config==6.8.0
oslo.config==8.6.0
oslo.context==3.1.1
oslo.i18n==5.0.1
oslo.log==4.4.0

View File

@ -6,7 +6,7 @@ pbr>=5.5.1 # Apache-2.0
os-brick>=4.3.1 # Apache-2.0
os-win>=5.4.0 # Apache-2.0
oslo.config>=6.8.0 # Apache-2.0
oslo.config>=8.6.0 # Apache-2.0
oslo.log>=4.4.0 # Apache-2.0
oslo.serialization>=4.1.0 # Apache-2.0
oslo.service>=2.5.0 # Apache-2.0