diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a375432..d8e230a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,21 @@ +pytest-xdist 1.26.0 (2019-01-11) +================================ + +Features +-------- + +- `#376 `_: 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 +--------- + +- `#379 `_: Warning attributes are checked to make sure they can be dumped prior to + serializing the warning for submission to the master node. + + pytest-xdist 1.25.0 (2018-12-12) ================================ diff --git a/changelog/376.feature.rst b/changelog/376.feature.rst deleted file mode 100644 index 7dbbb01..0000000 --- a/changelog/376.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -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. diff --git a/changelog/379.bugfix.rst b/changelog/379.bugfix.rst deleted file mode 100644 index d569ce1..0000000 --- a/changelog/379.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Warning attributes are checked to make sure they can be dumped prior to -serializing the warning for submission to the master node.