Skip to content

Commit

Permalink
Don't capture output
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 28, 2023
1 parent df01218 commit 045fdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 045fdc1

Please sign in to comment.