[WIP] Make plugin compatible with tox v4

This commit is contained in:
Obeida Shamoun
2023-01-10 03:34:35 +01:00
parent c55ba474c7
commit a94933e7ef
8 changed files with 101 additions and 236 deletions

View File

@@ -1,6 +1,5 @@
[tox]
envlist = py37, py38, py39, py310, py311, static, static-tests, security
isolated_build = true
skip_missing_interpreters = true
[testenv]
@@ -21,7 +20,7 @@ commands =
[testenv:static]
description = Static formatting and quality enforcement
basepython = python3.10
basepython = py3.10
platform = linux
ignore_errors = true
locked_deps =
@@ -46,7 +45,7 @@ commands =
[testenv:static-tests]
description = Static formatting and quality enforcement for the tests
basepython = python3.10
basepython = py3.10
platform = linux
ignore_errors = true
locked_deps =
@@ -63,7 +62,7 @@ commands =
[testenv:security]
description = Security checks
basepython = python3.10
basepython = py3.10
platform = linux
ignore_errors = true
skip_install = true