kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 60 forks source link

Set reporter._show_progress_info = False #50

Closed blueyed closed 4 years ago

blueyed commented 4 years ago

This works around https://github.com/browsertron/pytest-parallel/issues/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).

blueyed commented 4 years ago

@kevlened Would be great to get this merged for CI to become green again (for the other PRs).

Note that pytest master has the workaround in pytest already (https://github.com/pytest-dev/pytest/pull/6261), so testing with that would also be an option - maybe also good in general to catch issues early?

kevlened commented 4 years ago

Thanks for all the PRs. Monkey-patching isn't very maintainable, so I appreciate the support.

re: pytest-dev/pytest#6261 - I'll get these PRs in first