libfuse/test/pytest.ini
Bernd Schubert 38d40c5bc1 ci-build.sh: Reduce pytest --maxfail from 99 to 1
We want to see errors - reduce allowed errors.
With --maxfail=99 tests out of the sudden started to hang
in github, without a change in libfuse (I had actually tested
to previous release tags). With --maxfail=1 pytest aborts
and we see failing github.

Also increase python log level to NOTSET - NOTSET should print
all messages.

Also use "pytest" has wrapper for "python3 -m"
2024-03-20 09:09:29 +01:00

7 lines
163 B
INI

[pytest]
addopts = --verbose --assert=rewrite --tb=native -x -r a
markers =
uses_fuse: Indicates that FUSE is supported.
log_cli=true
faulthandler_timeout=60