CHANGELOG: add --boxed deprecation to 2.5.0

This commit is contained in:
Ran Benita
2022-01-24 16:14:24 +02:00
parent a1a6c77028
commit 2aeb5d51f5
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,12 @@
pytest-xdist 2.5.0 (2021-12-10)
===============================
Deprecations and Removals
-------------------------
- `#468 <https://github.com/pytest-dev/pytest-xdist/issues/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
--------

View File

@@ -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.