Merge pull request #748 from bluetech/changelog

CHANGELOG: add `--boxed` deprecation to 2.5.0
This commit is contained in:
Ran Benita
2022-01-31 15:30:33 +02:00
committed by GitHub
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.