X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=82f70f6ed152c40fa0362fa8e051cb36a96c9f18;hb=ca170d3c19485b052b3635a516c7a4e82a506ba5;hp=0aaf15216de02580a4937aad425dad019da9f0d3;hpb=381c9c74bd1270ddab74d9fe22347d6d0af580cd;p=ric-plt%2Fxapp-frame-py.git diff --git a/tox.ini b/tox.ini index 0aaf152..82f70f6 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ extend-ignore = E501,E741,E731 [testenv:clm] # use pip to gather dependencies with versions for CLM analysis whitelist_externals = sh -commands = sh -c 'pip freeze > clm.txt' +commands = sh -c 'pip freeze > requirements.txt' # doc jobs [testenv:docs]