Marcel Telka
2023-11-28 67218558692747fd8f62085655adc513ede34d8f
1
2
3
4
5
6
7
8
9
10
11
--- pytest_env-1.1.3/tox.ini.orig
+++ pytest_env-1.1.3/tox.ini
@@ -22,7 +22,7 @@
     COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}{/}.coverage.{envname}}
 commands =
     coverage erase
-    coverage run -m pytest {tty:--color=yes} \
+    coverage run -m pytest \
       --junitxml {toxworkdir}{/}junit.{envname}.xml \
       {posargs:tests}
     coverage combine