diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-05-04 00:03:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 00:03:03 +0000 |
| commit | ffc1ef23bc5eee305622585da93142969ab06efb (patch) | |
| tree | be6007a210f44757bda2d60bac6ca8e9dbf53404 /pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch | |
| parent | 73f143eaa497d448d2a6dcc67d6c21a809d7e897 (diff) | |
| parent | 9546b654175ef0016930a5b6247b03080a455191 (diff) | |
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch')
| -rw-r--r-- | pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch b/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch index 0f51106988d9..7cfb1a49ec38 100644 --- a/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch +++ b/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch @@ -1,8 +1,8 @@ diff --git a/tests/debug/session.py b/tests/debug/session.py -index af242877..30b21a1e 100644 +index 7dacc1f9..f303e20a 100644 --- a/tests/debug/session.py +++ b/tests/debug/session.py -@@ -622,6 +622,7 @@ class Session(object): +@@ -631,6 +631,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. |
