implement tox_add_option hook

This commit is contained in:
Obeida Shamoun
2023-05-20 00:03:44 +02:00
parent 0693ce4706
commit c81215bc3b
4 changed files with 26 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ commands =
[testenv:static]
description = Static formatting and quality enforcement
basepython = py3.10
basepython = py310
platform = linux
ignore_errors = true
locked_deps =
@@ -45,7 +45,7 @@ commands =
[testenv:static-tests]
description = Static formatting and quality enforcement for the tests
basepython = py3.10
basepython = py310
platform = linux
ignore_errors = true
locked_deps =
@@ -62,7 +62,7 @@ commands =
[testenv:security]
description = Security checks
basepython = py3.10
basepython = py310
platform = linux
ignore_errors = true
skip_install = true