Release 3.6.0
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
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.
|
||||
@@ -1,2 +0,0 @@
|
||||
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.
|
||||
@@ -1,3 +0,0 @@
|
||||
``pytest-xdist`` workers now always execute the tests in the main thread.
|
||||
|
||||
Previously some tests might end up executing in a separate thread other than ``main`` in the workers, due to some internal `èxecnet`` details. This can cause problems specially with async frameworks where the event loop is running in the ``main`` thread (for example `#620 <https://github.com/pytest-dev/pytest-xdist/issues/620>`__).
|
||||
@@ -1 +0,0 @@
|
||||
Fix compatiblity issue between `looponfail` and editable installs.
|
||||
@@ -1 +0,0 @@
|
||||
Dropped support for Python 3.7.
|
||||
@@ -1,3 +0,0 @@
|
||||
pytest>=7.0.0 is now required.
|
||||
|
||||
execnet>=2.1.0 is now required.
|
||||
@@ -1 +0,0 @@
|
||||
The internals of pytest-xdist are now fully typed. The typing is not exposed yet.
|
||||
@@ -1 +0,0 @@
|
||||
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.
|
||||
@@ -1 +0,0 @@
|
||||
Fix a bug where plugin would raise an incompatibility error with ``--pdb`` despite using ``-n0``.
|
||||
@@ -1 +0,0 @@
|
||||
Adjusted license file format and content to ensure security scanners will identity the license.
|
||||
Reference in New Issue
Block a user