Skip to content

Commit ccdb36a

Browse files
authored
Merge pull request #400 from nicoddemus/release-1.26.0
Release 1.26.0
2 parents c3dbd05 + 45ddc22 commit ccdb36a

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
pytest-xdist 1.26.0 (2019-01-11)
2+
================================
3+
4+
Features
5+
--------
6+
7+
- `#376 <https://github.com/pytest-dev/pytest-xdist/issues/376>`_: The current directory is no longer added ``sys.path`` for local workers, only for remote connections.
8+
9+
This behavior is surprising because it makes xdist runs and non-xdist runs to potentially behave differently.
10+
11+
12+
Bug Fixes
13+
---------
14+
15+
- `#379 <https://github.com/pytest-dev/pytest-xdist/issues/379>`_: Warning attributes are checked to make sure they can be dumped prior to
16+
serializing the warning for submission to the master node.
17+
18+
119
pytest-xdist 1.25.0 (2018-12-12)
220
================================
321

changelog/376.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/379.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)