Merge pull request #667 from graingert/fix-sys-path

fix sys.path for local workers  Fixes #421
This commit is contained in:
Ronny Pfannschmidt
2021-06-16 11:40:55 +02:00
committed by GitHub
5 changed files with 24 additions and 2 deletions

1
changelog/421.bugfix.rst Normal file
View File

@@ -0,0 +1 @@
Copy the parent process sys.path into local workers, to work around execnet's python -c adding the current directory to sys.path.