Do not change PYTHONPATH or sys.path on local workers

Fix #376
This commit is contained in:
Bruno Oliveira
2019-01-08 09:16:38 -02:00
parent ca94bda1b7
commit f8d51aab57
3 changed files with 17 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
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.