From 045fdc1fc115c53ea76ee6e43549bf34997a156b Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Sat, 28 Oct 2023 17:35:34 +0200 Subject: [PATCH] Don't capture output --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0970b775c..8b34ea9b9 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ commands = lint: isort --check --diff . lint_docs: make lint-docs lint_docstrings: flake8 --ignore='D107,D401,D105' {[tox]source_dir} - unit: pytest {env:PYTEST_FAIL_FAIL:} {env:PYTEST_CAPTURE:} -m {env:PYTEST_MARK:""} {env:PYTEST_TARGET:{[tox]test_dir}} {posargs} + unit: pytest -s {env:PYTEST_FAIL_FAIL:} {env:PYTEST_CAPTURE:} -m {env:PYTEST_MARK:""} {env:PYTEST_TARGET:{[tox]test_dir}} {posargs} mypy: mypy --install-types --non-interactive {[tox]source_dir} tests/ {posargs} gxwf_test_test: make setup-venv gxwf-test-test