X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=8b329bf5d4a9b402132d89cb5d8013a42374b4b7;hb=cd21ec69cc9c25d80dfd36a7dd0b88e1e93ec66d;hp=5c9b9a924b14ffa47db7193a784c7a5dfa3a5d23;hpb=d13d599e9c39425d8d8ed9e93b47a9f931f62bb3;p=osm%2Fosmclient.git diff --git a/tox.ini b/tox.ini index 5c9b9a9..8b329bf 100644 --- a/tox.ini +++ b/tox.ini @@ -31,10 +31,10 @@ parallel_show_output = true ####################################################################################### [testenv:black] -deps = black +deps = black==23.12.1 skip_install = true commands = - - black --check --diff osmclient/ + black --check --diff osmclient/ ####################################################################################### @@ -66,7 +66,7 @@ deps = {[testenv]deps} -r{toxinidir}/requirements-test.txt pylint commands = - - pylint -E osmclient + pylint -E osmclient ####################################################################################### @@ -82,7 +82,7 @@ commands = ####################################################################################### [testenv:pip-compile] -deps = pip-tools==6.4.0 +deps = pip-tools==6.6.2 skip_install = true whitelist_externals = bash [