X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=03f379c60308234d60a38dbfc6b0d676a359198b;hb=f113db48acbe73641ce7d13c1cb8be6eea147f98;hp=d6352788ca7d45ed414ef07453b99fb76d567226;hpb=74737970a1362175c61fae7724e2055e731ebefd;p=pti%2Fo2.git diff --git a/tox.ini b/tox.ini index d635278..03f379c 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,11 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/requirements-test.txt whitelist_externals = bash, flake8, pytest +[testenv:clm] +# use pip to report dependencies with versions +whitelist_externals = sh +commands = sh -c 'pip freeze > requirements.txt' + [testenv:flake8] commands = flake8 o2ims