Release 1.26.0

This commit is contained in:
Bruno Oliveira
2019-01-11 15:19:37 -02:00
parent c3dbd05bd1
commit 45ddc221ef
3 changed files with 18 additions and 5 deletions

View File

@@ -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.

View File

@@ -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.