Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-xdist
From: Adam Ciarcinski
Date: 2020-05-03 20:17:36
Message id: 20200503181736.42EBEFB27@cvs.NetBSD.org
Log Message:
py-test-xdist: updated to 1.32.0
pytest-xdist 1.32.0
Deprecations and Removals
- Drop support for EOL Python 3.4.
Features
- Add `testrun_uid` fixture. This is a shared value that uniquely identifies a \
test run among all workers.
This also adds a `PYTEST_XDIST_TESTRUNUID` environment variable that is \
accessible within a test as well as a command line option `--testrunuid` to \
manually set the value from outside.
Files: