diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-07-22 14:56:01 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-07-22 14:56:01 +0200 |
| commit | b5e4c148065603d707d34935d23409a3b3856bdd (patch) | |
| tree | b1b042596ea81a7507db4f2c94a85faffaa3d576 /pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch | |
| parent | 84bdacd8cb211316bbf694061b2e6005c5f45e5d (diff) | |
| parent | 568dc5747f880f0ce220d9fe1208896c5d055464 (diff) | |
Merge remote-tracking branch 'origin/master' into staging-next
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 537531cd9747..0f51106988d9 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 101492fc..4ee7cfbe 100644 +index af242877..30b21a1e 100644 --- a/tests/debug/session.py +++ b/tests/debug/session.py -@@ -630,6 +630,7 @@ class Session(object): +@@ -622,6 +622,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. |
