Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-xdist
From: Adam Ciarcinski
Date: 2019-01-13 18:59:29
Message id: 20190113175929.7EBD4FB16@cvs.NetBSD.org
Log Message:
py-test-xdist: updated to 1.26.0
pytest-xdist 1.26.0:
Features
- The current directory is no longer added ``sys.path`` for local workers, only \
for remote connections.
This behavior is surprising because it makes xdist runs and non-xdist runs to \
potentially behave differently.
Bug Fixes
- Warning attributes are checked to make sure they can be dumped prior to
serializing the warning for submission to the master node.
Files: