Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Apr 19, 2024
1 parent 20e3ac7 commit 07d7331
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 15 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
pytest-xdist 3.6.0 (2024-04-19)
===============================

Bug Fixes
---------

- `#1024 <https://github.com/pytest-dev/pytest-xdist/issues/1024>`_: Added proper handling of ``shouldstop`` (such as set by ``--max-fail``) and ``shouldfail`` conditions in workers.
Previously, a worker might have continued executing further tests before the controller could terminate the session.

- `#1028 <https://github.com/pytest-dev/pytest-xdist/issues/1028>`_: Fix compatiblity issue between `looponfail` and editable installs.

- `#620 <https://github.com/pytest-dev/pytest-xdist/issues/620>`_: Use the ``execnet`` new ``main_thread_only`` "execmodel" so that code which expects to only run in the main thread will now work as expected.

- `#937 <https://github.com/pytest-dev/pytest-xdist/issues/937>`_: Fix a bug where plugin would raise an incompatibility error with ``--pdb`` despite using ``-n0``.


Removals
--------

- `#1053 <https://github.com/pytest-dev/pytest-xdist/issues/1053>`_: Dropped support for Python 3.7.

- `#1057 <https://github.com/pytest-dev/pytest-xdist/issues/1057>`_: pytest>=7.0.0 is now required.

execnet>=2.1.0 is now required.


Trivial Changes
---------------

- `#1020 <https://github.com/pytest-dev/pytest-xdist/issues/1020>`_: pytest-xdist's ``setup.py`` file is removed.

If you relied on this file, e.g. to install pytest using ``setup.py install``,
please see `Why you shouldn't invoke setup.py directly <https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary>`_ for alternatives.

- `#1057 <https://github.com/pytest-dev/pytest-xdist/issues/1057>`_: The internals of pytest-xdist are now fully typed. The typing is not exposed yet.

- `#996 <https://github.com/pytest-dev/pytest-xdist/issues/996>`_: Adjusted license file format and content to ensure security scanners will identity the license.

pytest-xdist 3.5.0 (2023-11-21)
===============================

Expand Down
4 changes: 0 additions & 4 deletions changelog/1020.trivial

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/1024.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/1028.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/1053.removal

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/1057.removal

This file was deleted.

1 change: 0 additions & 1 deletion changelog/1057.trivial

This file was deleted.

1 change: 0 additions & 1 deletion changelog/620.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/937.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/996.trivial

This file was deleted.

0 comments on commit 07d7331

Please sign in to comment.