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

Call queue.task_done always #47

Closed blueyed closed 4 years ago

blueyed commented 4 years ago

This is needed with exceptions inside of run_test to not make pytest-parallel hang then.

Fixes hanging tests/test_general.py::test_environ_shim[cli_args1] test.