From 2aeb5d51f58c06b3d7c0be2a8e1e586a7bb15b55 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Mon, 24 Jan 2022 16:14:24 +0200 Subject: [PATCH] CHANGELOG: add `--boxed` deprecation to 2.5.0 --- CHANGELOG.rst | 6 ++++++ changelog/468.deprecation.rst | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 changelog/468.deprecation.rst 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.