From 7b683eab1240e7046274475ad55f887e0a32d5ad Mon Sep 17 00:00:00 2001 From: konstantinos Date: Tue, 31 Oct 2023 00:28:29 +0200 Subject: [PATCH] deactivate CI tests for quick feedback --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3e6523b..118f5b7 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,7 @@ commands = pytest -ra --cov --cov-report=term-missing \ --cov-report=html:{envdir}/htmlcov --cov-context=test \ --cov-report=xml:{toxworkdir}/coverage.{envname}.xml \ - {posargs:-n auto} tests + {posargs:-n auto} tests -k test_cli ## CI oriented Envs integrating with GH Actions Tox Plugin ##