Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-xdist
From: Adam Ciarcinski
Date: 2023-02-20 19:00:36
Message id: 20230220180036.40B1FFA90@cvs.NetBSD.org
Log Message:
py-test-xdist: updated to 3.2.0
pytest-xdist 3.2.0 (2023-02-07)
Improved Documentation
Document limitations for debugging due to standard I/O of workers not being \
forwarded. Also, mention remote debugging as a possible workaround.
Features
Users can now configure load scheduling precision using --maxschedchunk command \
line option.
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
Make the tests pass even when $PYTEST_XDIST_AUTO_NUM_WORKERS is set.
Files: