Fixes #874
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
Users can now configure ``load`` scheduling precision using ``--maxschedchunk`` command
|
||||
line option.
|
||||
@@ -1 +0,0 @@
|
||||
New ``worksteal`` scheduler, based on the idea of `work stealing <https://en.wikipedia.org/wiki/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.
|
||||
@@ -1 +0,0 @@
|
||||
Document limitations for debugging due to standard I/O of workers not being forwarded. Also, mention remote debugging as a possible workaround.
|
||||
@@ -1 +0,0 @@
|
||||
Make the tests pass even when ``$PYTEST_XDIST_AUTO_NUM_WORKERS`` is set.
|
||||
Reference in New Issue
Block a user