diff options
-rw-r--r-- | requirements.txt | 3 | ||||
-rw-r--r-- | tox.ini | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index a4766e1fc6..398d6896ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,6 +44,9 @@ jsonschema==4.18.4 rfc3339-validator==0.1.4 rfc3987==1.3.8 +# Dependencies for some tox checkers (not tox setup itself). +pylint==3.0.1 + # Other PIP freeze dependencies. attrs==23.1.0 bcrypt==4.0.1 @@ -78,9 +78,7 @@ commands = bash {[tox]script_dir}/new_line.sh ignore_outcome = true setenv = PYTHONPATH = {toxinidir} basepython = python3 -deps = - pylint==3.0.1 - -r ./requirements.txt +deps = -r ./requirements.txt whitelist_externals = /bin/bash commands = bash {[tox]script_dir}/pylint.sh |