diff options
| author | Birk <birkb@users.noreply.github.com> | 2024-03-23 15:11:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-23 15:11:41 +0000 |
| commit | 6ed0323361dbd5fe508f6687ea6d346f05fa88b8 (patch) | |
| tree | 251dca33fba937da32dc7087425498ec0b40a9c0 /pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch | |
| parent | c3a3dcb418bf2fb1c44204fe5005c90e6e92dfc1 (diff) | |
| parent | f45c6f321785cb263b6ab3fa282d8ed557c72a47 (diff) | |
Merge branch 'master' into drbd-kernel-module
Diffstat (limited to 'pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch')
| -rw-r--r-- | pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch b/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch index 7cfb1a49ec38..e368357d5cc2 100644 --- a/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch +++ b/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch @@ -1,12 +1,12 @@ diff --git a/tests/debug/session.py b/tests/debug/session.py -index 7dacc1f9..f303e20a 100644 +index d0921956..459c89c0 100644 --- a/tests/debug/session.py +++ b/tests/debug/session.py -@@ -631,6 +631,7 @@ class Session(object): +@@ -704,6 +704,7 @@ class Session(object): if "PYTHONPATH" in self.config.env: # If specified, launcher will use it in lieu of PYTHONPATH it inherited # from the adapter when spawning debuggee, so we need to adjust again. + self.config.env.prepend_to("PYTHONPATH", os.environ["PYTHONPATH"]) self.config.env.prepend_to("PYTHONPATH", DEBUGGEE_PYTHONPATH.strpath) - return self._request_start("launch") + # Adapter is going to start listening for server and spawn the launcher at |
