Use short tracebacks for pytest
This commit is contained in:
2
.github/workflows/validation.yml
vendored
2
.github/workflows/validation.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user