forked from pytest-dev/pytest-xdist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache execnet gateway rinfo during WorkerController setup
Cache execnet gateway info during WorkerController setup in order to avoid a later deadlock error triggered when pytest-cov calls rinfo after the main thread is already busy. Fixes: 20e3ac7 ("Use execnet main_thread_only execmodel (pytest-dev#1027)")
- Loading branch information
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add workaround for rinfo compatibility issue with the ``execnet`` new ``main_thread_only`` "execmodel" triggered by pytest-cov (`pytest-dev/execnet#274 <https://github.com/pytest-dev/execnet/pull/274>`__ eliminates the need for this workaround). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters