diff --git a/changelog/1.removal b/changelog/1.removal index 14abf38..57e70ba 100644 --- a/changelog/1.removal +++ b/changelog/1.removal @@ -1 +1 @@ -remove the implementation of "boxed" and use pytest-forked for providing ``--boxed`` \ No newline at end of file +``--boxed`` functionality has been moved to a separate plugin, `pytest-forked `_. This release now depends on `` pytest-forked`` and provides ``--boxed`` as a backward compatibility option. \ No newline at end of file diff --git a/example/boxed.txt b/example/boxed.txt index a3a3dae..b5c577d 100644 --- a/example/boxed.txt +++ b/example/boxed.txt @@ -1,3 +1,9 @@ +.. note:: + + Since 2.0, the actual implementation of the ``--boxed`` option has been moved to a + separate plugin, `pytest-forked `_ + which can be installed independently. The ``--boxed`` command-line options remains + for backward compatibility reasons. If your testing involves C or C++ libraries you might have to deal