diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e9d54a2..c20908c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ pytest-xdist 2.5.0 (2021-12-10) =============================== +Deprecations and Removals +------------------------- + +- `#468 `_: The ``--boxed`` commmand line argument is deprecated. Install pytest-forked and use ``--forked`` instead. pytest-xdist 3.0.0 will remove the ``--boxed`` argument and pytest-forked dependency. + + Features -------- diff --git a/changelog/468.deprecation.rst b/changelog/468.deprecation.rst deleted file mode 100644 index e3109c9..0000000 --- a/changelog/468.deprecation.rst +++ /dev/null @@ -1,3 +0,0 @@ -The ``--boxed`` commmand line argument is deprecated. -Install pytest-forked and use ``--forked`` instead. -pytest-xdist 3.0.0 will remove the ``--boxed`` argument and pytest-forked dependency.