Marcel Telka
2024-02-11 2f67f41a62ed9aa46c98711e57b1382920f08298
setup.py.mk: remove pytest --durations=0 report too

1 files modified
2 ■■■ changed files
make-rules/setup.py.mk 2 ●●● patch | view | raw | blame | history
make-rules/setup.py.mk
@@ -501,7 +501,7 @@
COMPONENT_TEST_TRANSFORMS += \
    "-e 's/^=\{1,\} \(.*\) in [0-9]\{1,\}\.[0-9]\{1,\}s \(([^)]*) \)\?=\{1,\}$$/======== \1 ========/'"    # remove timing
# Remove slowest durations report for projects that run pytest with --durations option
COMPONENT_TEST_TRANSFORMS += "-e '/^=\{1,\} slowest [0-9]\{1,\} durations =\{1,\}$$/,/^=/{/^=/!d}'"
COMPONENT_TEST_TRANSFORMS += "-e '/^=\{1,\} slowest [0-9 ]*durations =\{1,\}$$/,/^=/{/^=/!d}'"
# Remove short test summary info for projects that run pytest with -r option
COMPONENT_TEST_TRANSFORMS += "-e '/^=\{1,\} short test summary info =\{1,\}$$/,/^=/{/^=/!d}'"