[wip] fix ci

Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>
Change-Id: Id1345089948a8da25a93dc9c22c725664597a100
This commit is contained in:
Sahid Orentino Ferdjaoui 2023-02-02 17:40:23 +01:00
parent 0b1bfadebd
commit 032753ba4e
4 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@ importlib_metadata==1.7.0
jaeger-client==3.8.0
netaddr===0.7.18
openstackdocstheme==2.2.1
oslo.concurrency===3.26.0
oslo.config===5.2.0
oslo.serialization===2.18.0
oslo.utils===3.33.0

View File

@ -1,5 +1,4 @@
netaddr>=0.7.18 # BSD
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.serialization>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
PrettyTable>=0.7.2 # BSD

View File

@ -6,6 +6,7 @@ ddt>=1.0.1 # MIT
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
docutils>=0.14 # OSI-Approved Open Source, Public Domain
oslo.messaging>=7.0.0 # Apache-2.0
# Bandit security code scanner
bandit>=1.6.0,<1.7.0 # Apache-2.0

View File

@ -24,7 +24,6 @@ setenv = {[testenv]setenv}
OS_TEST_PATH=./osprofiler/tests/functional
deps =
{[testenv]deps}
oslo.messaging
[testenv:functional-py36]
basepython = python3.6