ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / Markdown / patches / 02-test-verbose.patch
blob6c4d854a91a18465ef9d7031b4ab7ea49ff836b5
1 --- markdown-3.7/tox.ini.orig
2 +++ markdown-3.7/tox.ini
3 @@ -7,7 +7,7 @@
4 deps = pytidylib
5 allowlist_externals = coverage
6 commands =
7 - coverage run --source=markdown -m unittest discover {toxinidir}/tests
8 + coverage run --source=markdown -m unittest discover {toxinidir}/tests --verbose
9 coverage xml
10 coverage report --show-missing