Skip to content

Commit 4c24539

Browse files
nicoddemuszmedico
authored andcommitted
Create 1027.improvement.rst
1 parent 982364c commit 4c24539

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

changelog/1027.improvement.rst

Lines changed: 3 additions & 0 deletions
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)