summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2022-07-22 08:42:00 -0400
committerGitHub <noreply@github.com>2022-07-22 08:42:00 -0400
commit18854d7bbc472919eace2303779d1653a78bd63b (patch)
treeeecd3bf96284b0e3fbe3de10fec04a7defbc728b /pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
parent3bcb3a81e5a6b9d1b6b87d08d39b29e35b56d84b (diff)
parent8d750db596eb3e9601ac5734febe2b7d19300c3a (diff)
Merge pull request #181144 from kira-bruneau/python3Packages.debugpy
python3Packages.debugpy: 1.6.0 → 1.6.2
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.