ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / pytest_env / patches / 01-test-no-color.patch
blob969e1f43d6977c1cae8c14b580ec3e778916ded2
1 --- pytest_env-1.1.5/tox.ini.orig
2 +++ pytest_env-1.1.5/tox.ini
3 @@ -26,7 +26,7 @@
4 COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}{/}.coverage.{envname}}
5 commands =
6 coverage erase
7 - coverage run -m pytest {tty:--color=yes} \
8 + coverage run -m pytest \
9 --junitxml {toxworkdir}{/}junit.{envname}.xml \
10 {posargs:tests}
11 coverage combine