Release 3.1.0
Some checks failed
deploy / deploy (push) Failing after 1s

This commit is contained in:
Bruno Oliveira
2022-12-01 17:37:59 -03:00
parent 6226965dac
commit 92a76bb013
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,25 @@
pytest-xdist 3.1.0 (2022-12-01)
===============================
Features
--------
- `#789 <https://github.com/pytest-dev/pytest-xdist/issues/789>`_: Users can now set a default distribution mode in their configuration file:
.. code-block:: ini
[pytest]
addopts = --dist loadscope
- `#842 <https://github.com/pytest-dev/pytest-xdist/issues/842>`_: Python 3.11 is now officially supported.
Removals
--------
- `#842 <https://github.com/pytest-dev/pytest-xdist/issues/842>`_: Python 3.6 is no longer supported.
pytest-xdist 3.0.2 (2022-10-25)
===============================