diff --git a/requirements-dev.in b/requirements-dev.in index d1c41a368cca25dd10e9663de7fd9a2ccbe7d70b..126eccf1945b43ac533999a0f7be75452ace6723 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -15,6 +15,6 @@ # limitations under the License. ####################################################################################### -git+https://osm.etsi.org/gerrit/osm/common.git@master#egg=osm-common +git+https://osm.etsi.org/gerrit/osm/common.git@v13.0#egg=osm-common -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0 apache-airflow==2.4.* diff --git a/requirements-dev.txt b/requirements-dev.txt index 6e2b132073fea08711477448b8a64c16578c6211..94f465484c1436ad18d71a755ee17a773cd45d83 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -223,7 +223,7 @@ mdit-py-plugins==0.3.1 # via apache-airflow mdurl==0.1.2 # via markdown-it-py -osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@master +osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@v13.0 # via -r requirements-dev.in packaging==21.3 # via diff --git a/src/osm_ngsa/osm_mon/vim_connectors/azure.py b/src/osm_ngsa/osm_mon/vim_connectors/azure.py index 23086c49199fe05d80fb2aa5488b2fb6be0a8e74..161e5960b8dc5a04fbb65bd7455af62637e5a6e9 100644 --- a/src/osm_ngsa/osm_mon/vim_connectors/azure.py +++ b/src/osm_ngsa/osm_mon/vim_connectors/azure.py @@ -27,7 +27,6 @@ log = logging.getLogger(__name__) class AzureCollector(VIMConnector): - # Translate azure provisioning state to OSM provision state. # The first three ones are the transitional status once a user initiated # action has been requested. Once the operation is complete, it will diff --git a/tox.ini b/tox.ini index 4a9dcbfc57eb1441ec5b4528e6b214538de804a6..2fdac0f2843e550e3c08d1cef0d5ad6a9fc2dc52 100644 --- a/tox.ini +++ b/tox.ini @@ -44,7 +44,7 @@ commands = deps = {[testenv]deps} -r{toxinidir}/requirements-dev.txt -r{toxinidir}/requirements-test.txt -whitelist_externals = sh +allowlist_externals = sh commands = sh -c 'rm -f nosetests.xml' coverage erase @@ -90,7 +90,7 @@ commands = [testenv:pip-compile] deps = pip-tools==6.6.2 skip_install = true -whitelist_externals = +allowlist_externals = bash [ commands = @@ -117,7 +117,7 @@ commands = sh -c 'cd deb_dist/osm-ngsa*/ && dpkg-buildpackage -rfakeroot -uc -us' sh -c 'rm src/osm_ngsa/requirements.txt' sh -c 'rm src/osm_ngsa/README.rst' -whitelist_externals = sh +allowlist_externals = sh #######################################################################################