From 966c3dafd93527bc903a9f4136db7fa617a168c4 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 17 Feb 2022 16:11:42 -0500 Subject: [PATCH] Use short tracebacks for pytest --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index fbfd2109e..8eb49d642 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -22,4 +22,4 @@ jobs: - name: Lint YAML files run: yamllint --format parsable --strict -c=tests/yamllint.yaml . - name: Run Device-Type Tests - run: pytest --tb=line -v + run: pytest --tb=short -v