Shorter Python tracebacks for Ragger tests

This commit is contained in:
Alexandre Paillier
2022-11-16 15:30:12 +01:00
parent 2300bb9d00
commit 32161b9432

View File

@@ -273,4 +273,4 @@ jobs:
run: |
cd tests/ragger
. ./venv/bin/activate
pytest --path ./elfs --model ${{ matrix.model }} -s -v
pytest --path ./elfs --model ${{ matrix.model }} -s -v --tb=short