From b0722675e033b346382475b1ab2e0e32cdb07ae6 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 16 Jun 2021 10:33:45 +0100 Subject: [PATCH] add newsfile --- changelog/421.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/421.bugfix.rst diff --git a/changelog/421.bugfix.rst b/changelog/421.bugfix.rst new file mode 100644 index 0000000..121c69c --- /dev/null +++ b/changelog/421.bugfix.rst @@ -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.