X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=729a3e042eef28fcacbb983791169569cfd1db44;hb=refs%2Fchanges%2F16%2F14116%2F1;hp=58889d1542eff508e313c52660244ceec28e172e;hpb=5e001f506b744021d5ef25999c9da28cf56d8fbc;p=osm%2Ftests.git diff --git a/tox.ini b/tox.ini index 58889d1..729a3e0 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ ####################################################################################### [tox] -envlist = black, cover, flake8, pylint, rflint, safety +envlist = black, cover, flake8, pylint, safety [tox:jenkins] toxworkdir = /tmp/.tox @@ -53,26 +53,11 @@ commands = ####################################################################################### [testenv:pylint] -changedir = {toxinidir}/robot-systest deps = {[testenv]deps} -r{toxinidir}/requirements-dev.txt pylint commands = - pylint -E . - - -####################################################################################### -[testenv:rflint] -changedir = {toxinidir}/robot-systest -deps = {[testenv]deps} - -r{toxinidir}/requirements-dev.txt - robotframework-lint - robotframework-robocop -commands = - rflint --ignore LineTooLong --ignore TooFewTestSteps --ignore TooManyTestCases \ - --ignore TooManyTestSteps --ignore TooFewKeywordSteps \ - testsuite lib resources - robocop --configure return_status:quality_gate:E=0:W=0:I=0 --exclude 050*,0701,0923 . + - pylint -E robot-systest/resources #######################################################################################