Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-xdist
From: Adam Ciarcinski
Date: 2023-05-24 08:53:06
Message id: 20230524065306.E4AF0FA87@cvs.NetBSD.org
Log Message:
py-test-xdist: updated to 3.3.1
pytest-xdist 3.3.1 (2023-05-19)
Bug Fixes
- 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-xdist 3.3.0 (2023-05-12)
Features
- Improved progress output when collecting nodes to be less verbose.
Files: