mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-17 19:47:03 +01:00
pytest.ini: Don't print captured output
It makes the summary of passes and fails more annoying to read due to the lines being long and including newlines. I am actually not sure why this fixes it, though... See: https://pytest.readthedocs.io/en/latest/capture.html
This commit is contained in:
parent
3c798fb504
commit
bad2fce124
@ -1,4 +1,4 @@
|
||||
[pytest]
|
||||
addopts= -rsxX -s -v --strict
|
||||
addopts= -rsxX -s -v --strict --capture=sys
|
||||
filterwarnings =
|
||||
error::UserWarning
|
||||
|
Loading…
Reference in New Issue
Block a user