forked from pool/python-pytest-xdist
- update to 3.3.1:
* Avoid remote calls during startup as execnet by default does
not ensure remote affinity with the main thread and might
accidentally schedule the pytest worker into a non-main
thread, which breaks numerous frameworks, for example
``asyncio``, ``anyio``, ``PyQt/PySide``, etc.
A more safe correction will require thread affinity in
``execnet``
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=35
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 22 21:13:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3.1:
|
||||
* Avoid remote calls during startup as execnet by default does
|
||||
not ensure remote affinity with the main thread and might
|
||||
accidentally schedule the pytest worker into a non-main
|
||||
thread, which breaks numerous frameworks, for example
|
||||
``asyncio``, ``anyio``, ``PyQt/PySide``, etc.
|
||||
A more safe correction will require thread affinity in
|
||||
``execnet``
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 14 09:36:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user