aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2023-08-24 16:38:47 +0100
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2023-09-05 14:20:08 +0100
commite5a0bc3ecd4d9c46ead3b8217584eaa916a3afa4 (patch)
tree94c348fcef50326a755a049a2a4027f588211f8b /tox.ini
parent900c3c52b681e0b8a4454e2e2cf29265d53a2c98 (diff)
downloadmlia-e5a0bc3ecd4d9c46ead3b8217584eaa916a3afa4.tar.gz
MLIA-961 Update tox dependencies
- Update version dependencies in the tox.ini - Fix linter issues Change-Id: I04c3a841ee2646a865dab037701d66c28792f2a4 Signed-off-by: Benjamin Klimczak <benjamin.klimczak@arm.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 9aedfbe..1aa27bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ isolated_build = true
[testenv:test]
description = Run the unit tests.
deps =
- pytest==7.2.0
+ pytest==7.4.0
commands =
pytest {posargs:tests/}
@@ -35,7 +35,7 @@ commands =
description = Run the code coverage of the unit tests.
deps =
{[testenv:test]deps}
- pytest-cov==4.0.0
+ pytest-cov==4.1.0
commands =
pytest --cov=mlia --cov-report term-missing --cov-fail-under=95 tests/
@@ -45,8 +45,8 @@ description = Run and setup the pre-commit hooks.
envdir={toxworkdir}/lint
deps =
{[testenv:test]deps}
- mypy==1.2.0
- pylint==2.15.5
+ mypy==1.5.1
+ pylint==2.17.5
pre-commit
# Pass the following environment variables:
# - HOME: Workaround for an issue with markdownlint in a docker environment