Skip to content

Commit 3d41ba8

Browse files
1ucian0flub
authored andcommitted
Update README.rst with pytest-xdist 3.0.2 news
In `pytest-xdist 3.0` (), the option `--boxed` was removed in favor of the `pytest-forked` plugin. This PR adjusts the advice to the new (well... Dec 2021) situation.
1 parent 935f51c commit 3d41ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ The downsides of this method are that there is a relatively large
137137
overhead for running each test and that test runs are not completed.
138138
This means that other pytest features, like e.g. JUnit XML output or
139139
fixture teardown, will not function normally. The second issue might
140-
be alleviated by using the ``--boxed`` option of the pytest-xdist_
140+
be alleviated by using the ``--forked`` option of the pytest-forked_
141141
plugin.
142142

143-
.. _pytest-xdist: https://pypi.org/project/pytest-xdist/
143+
.. _pytest-forked: https://pypi.org/project/pytest-forked/
144144

145145
The benefit of this method is that it will always work. Furthermore
146146
it will still provide you debugging information by printing the stacks

0 commit comments

Comments
 (0)