From 060e7b85ad2320bddc1319eb6d21f3a52f5c50ce Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Fri, 4 Aug 2017 23:24:09 +0200 Subject: [PATCH] include brunos review suggestions for changes --- changelog/1.removal | 2 +- example/boxed.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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