# 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.*
# 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
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
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
[testenv:pip-compile]
deps = pip-tools==6.6.2
skip_install = true
-whitelist_externals =
+allowlist_externals =
bash
[
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
#######################################################################################