summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2022-09-17 06:37:06 -0400
committerShea Levy <shea@shealevy.com>2022-09-17 06:37:06 -0400
commit1199d0ba5141ec0935272b6943ab86cda5db5b26 (patch)
tree123b7afd757201de971bf696b062b5ea1a77e88c /pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
parent5dc2630125007bc3d08381aebbf09ea99ff4e747 (diff)
parent8c43540e6ff4cfb2f75b6945595832fe39d126b9 (diff)
Merge branch 'master' into scope-lite-master
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.