summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-xdist_3.3.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1Wang Mingyu2023-05-251-0/+17
Bug Fixes ======== -#907: 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. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>