Explorar el Código

Update tox.ini to use new pytest options

Updates tox.ini to use new pytest options for output.
Barney Sowood hace 1 año
padre
commit
53cc63f1e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -49,7 +49,7 @@ changedir = {toxinidir}/htmlcov
 commands = python -m http.server
 
 [pytest]
-addopts = --showlocals --log-file /tmp/pepper-runtests.log --no-print-logs -ra
+addopts = --showlocals --log-file /tmp/pepper-runtests.log --show-capture=no -ra
 testpaths = tests
 norecursedirs = .git .tox
 usefixtures = pepperconfig