Skip to content

Commit 2cc890b

Browse files
committed
fix(CI): pylint fixes
Signed-off-by: Sridhar G K <gksridhar09@gmail.com>
1 parent 066d4ee commit 2cc890b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ python =
1010

1111
[testenv:py310-lint]
1212
basepython = python3.10
13-
deps = pre-commit
14-
commands = pre-commit run
13+
deps = pylint
14+
commands = bash pylint.sh
1515

1616
[testenv]
1717
passenv = TOXENV CI GITHUB_*
1818

1919
commands =
20-
py.test --reruns 2 --cov=ibm_cloud_networking_services test/unit
20+
py.test --cov=ibm_cloud_networking_services test/unit
2121
deps =
2222
-r{toxinidir}/requirements.txt
2323
-r{toxinidir}/requirements-dev.txt

0 commit comments

Comments
 (0)