Skip to content

Commit

Permalink
Set reporter._show_progress_info = False
Browse files Browse the repository at this point in the history
This works around kevlened#46.

It also seems to be good in general, since this also mangles the output
(and appears to be off (far behind in percentage) for when it appears etc).
  • Loading branch information
blueyed committed Nov 22, 2019
1 parent eb85177 commit 87e063b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest_parallel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def __init__(self, config):

# prevent mangling the output
reporter.showfspath = False
reporter._show_progress_info = False

# get the number of workers
workers = parse_config(config, 'workers')
Expand Down

0 comments on commit 87e063b

Please sign in to comment.