Răsfoiți Sursa

Update tox.ini to use new pytest options

Updates tox.ini to use new pytest options for output.
Barney Sowood 1 an în urmă
părinte
comite
53cc63f1e5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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