summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-14 20:15:47 +0200
committerGitHub <noreply@github.com>2023-03-14 20:15:47 +0200
commita9926eb5ec9c4df3913b306ff0ca3b9d0ba319b6 (patch)
tree0c047f2fcae1ef46cd22922b6a49bfbeb3fa3531 /pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
parent93437909af24b6728e447ffbeaef7923f8814f3c (diff)
parent8889512934037f08a9d09104d604b231095f8d02 (diff)
Merge branch 'master' into xen-4.15-pr
Diffstat (limited to 'pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch')
-rw-r--r--pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch4
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.