Skip to content

Commit c82fee1

Browse files
committed
Create 1027.improvement.rst
1 parent a30949c commit c82fee1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: changelog/1027.improvement.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
``pytest-xdist`` workers now always execute the tests in the main thread.
2+
3+
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 <https://github.com/pytest-dev/pytest-xdist/issues/620>`__).

0 commit comments

Comments
 (0)