You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid unnecessary rinfo calls after creating gateways (#909)
Hopefully this fixes#907, as seems this is the only
change in #901 which is somehow related.
---------
Co-authored-by: Ronny Pfannschmidt <[email protected]>
Avoid remote calls during startup as ``execnet`` by default does not ensure remote affinity with the
2
+
main thread and might accidentally schedule the pytest worker into a non-main thread, which breaks numerous frameworks,
3
+
for example ``asyncio``, ``anyio``, ``PyQt/PySide``, etc.
4
+
5
+
A more safe correction will require thread affinity in ``execnet`` (`pytest-dev/execnet#96 <https://github.com/pytest-dev/execnet/issues/96>`__).
0 commit comments