Skip to content

Commit c7240d4

Browse files
committed
pytest: don't write stdout/stderr to junit xml
failures are already printed during the tests, so we probably don't have to capture them in the junit xml as well. Currently, there's some noise in this file, such as the output from pulling the image; ``` pulling alpine:3.9.3 Pulling from library/alpine - None Pulling fs layer - None Downloading - [&gt; ] 27.86kB/2.757MB Downloading - [==========&gt; ] 580.3kB/2.757MB ... ``` Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7b22b14 commit c7240d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
addopts = --tb=short -rxs
33

44
junit_suite_name = docker-py
5+
junit_logging = no

0 commit comments

Comments
 (0)