From b4a2a4aca75e7142ff7dcb75d0659f6fcb1700f3 Mon Sep 17 00:00:00 2001 From: konstantinos Date: Tue, 31 Oct 2023 00:45:37 +0200 Subject: [PATCH] revert full CI --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 118f5b7..3e6523b 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 -k test_cli + {posargs:-n auto} tests ## CI oriented Envs integrating with GH Actions Tox Plugin ##