Release 3.3.1

This commit is contained in:
Bruno Oliveira
2023-05-19 07:44:21 -03:00
parent 4e7bd0239e
commit 9791021f02
2 changed files with 13 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
Avoid remote calls during startup as ``execnet`` by default does not ensure remote affinity with the
main thread and might accidentally schedule the pytest worker into a non-main thread, which breaks numerous frameworks,
for example ``asyncio``, ``anyio``, ``PyQt/PySide``, etc.
A more safe correction will require thread affinity in ``execnet`` (`pytest-dev/execnet#96 <https://github.com/pytest-dev/execnet/issues/96>`__).