X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=e3e84237a8de2954272471ce82b2166915c176d6;hb=2bdf69224c9ee6e37195d6000d28271175a8056e;hp=72742cff9226210973133edaf2d3090db71b1183;hpb=e4186743c5aba19d7b7fea49cb6abb414d2a7ff2;p=o-du%2Fl2.git diff --git a/tox.ini b/tox.ini index 72742cff9..e3e84237a 100644 --- a/tox.ini +++ b/tox.ini @@ -28,3 +28,8 @@ deps = sphinx recommonmark lfdocs-conf commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck + +[testenv:clm] +# use pip to report dependencies with versions +whitelist_externals = sh +commands = sh -c 'pip freeze > requirements.txt'