remove tox run from deploy-chatmail and use 'cmdeploy fmt' and 'pytest' directly

This commit is contained in:
holger krekel
2023-12-11 13:51:45 +01:00
parent 071d708a89
commit 56c7853e5b
4 changed files with 62 additions and 31 deletions

View File

@@ -25,20 +25,3 @@ cmdeploy = "deploy_chatmail.cmdeploy:main"
[tool.pytest.ini_options]
addopts = "-v -ra --strict-markers"
[tool.tox]
legacy_tox_ini = """
[tox]
isolated_build = true
envlist = lint
[testenv:lint]
skipdist = True
skip_install = True
deps =
ruff
black
commands =
black --quiet --check --diff src/
ruff src/
"""