perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / contextlib2 / patches / 03-unittest-verbose.patch
blob390d7d8131df1e5a0f37488e861677bda83707b4
1 --- contextlib2-21.6.0/tox.ini.orig
2 +++ contextlib2-21.6.0/tox.ini
3 @@ -4,7 +4,7 @@
5 [testenv]
6 commands =
7 - coverage run -m unittest discover -t . -s test
8 + coverage run -m unittest discover -t . -s test --verbose
9 coverage report
10 coverage xml
11 deps =