summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-xdist_3.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pytest-xdist: upgrade 3.1.0 -> 3.2.0Wang Mingyu2023-02-271-17/+0
| | | | | | | | | | | | | | | | | | | | | | | Improved Documentation ---------------------- - #863: Document limitations for debugging due to standard I/O of workers not being forwarded. Also, mention remote debugging as a possible workaround. Features ---------- - #855: Users can now configure load scheduling precision using --maxschedchunk command line option. - #858: New worksteal scheduler, based on the idea of work stealing. It's similar to load scheduler, but it should handle tests with significantly differing duration better, and, at the same time, it should provide similar or better reuse of fixtures. Trivial Changes --------------- - #870: Make the tests pass even when $PYTEST_XDIST_AUTO_NUM_WORKERS is set. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-xdist: upgrade 3.0.2 -> 3.1.0Wang Mingyu2022-12-121-0/+17
Changelog: ========== Features --------- #789: Users can now set a default distribution mode in their configuration file: Removals -------- #842: Python 3.6 is no longer supported. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>