summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-08-23 10:06:00 +0200
committerGitHub <noreply@github.com>2022-08-23 10:06:00 +0200
commit4d225e0b67421175fb7e3b2bbf886098689b1430 (patch)
tree8a0e67330bf095e4e05b565ffa0d1bd8e6715d83 /pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
parent19c8149641c98c513ed5aec68f9fbd24621df278 (diff)
parent279e8eaf51de6dd3ce1e2b2ed50d48ef07cda212 (diff)
Merge branch 'master' into ripe-atlas-sagan
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.