Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 410 Bytes

1027.improvement.rst

File metadata and controls

3 lines (2 loc) · 410 Bytes

pytest-xdist workers now always execute the tests in the main thread.

Previously some tests might end up executing in a separate thread other than main in the workers, due to some internal èxecnet` details. This can cause problems specially with async frameworks where the event loop is running in the main thread (for example #620).