pytest version: 3.8.2
python: 3.7.0
OS: Windows 10
shell: cmd.exe + powershell

The longer the tests run the more likely this is to happen. Otherwise it's entirely random. It also happens with cmder on Windows, and plain cmd without powershell.
It works fine under mintty.
I've also noticed that it doesn't pick up console width at all. Manually setting $env:COLUMNS = xxx in powershell fixes that. Would be nice if it could figure the width out on its own.
pytest version: 3.8.2
python: 3.7.0
OS: Windows 10
shell: cmd.exe + powershell
The longer the tests run the more likely this is to happen. Otherwise it's entirely random. It also happens with cmder on Windows, and plain cmd without powershell.
It works fine under mintty.
I've also noticed that it doesn't pick up console width at all. Manually setting
$env:COLUMNS = xxxin powershell fixes that. Would be nice if it could figure the width out on its own.