summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-05-05 21:57:11 +0200
committerGitHub <noreply@github.com>2021-05-05 21:57:11 +0200
commit68474bb1ff622e14369b33577008b2a7191e8a2b (patch)
treea4b0d2a7d1aa6a8493a169c6c9cadc6c246e7ec5 /pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
parent37c75aaf3eaa093351ee020c72d4591336b1d8fa (diff)
parentdcc2125848cfc4507551ebcdcb7fe0174b92202c (diff)
Merge pull request #121751 from MetaDark/pythonPackages.debugpy
pythonPackages.debugpy: 1.2.1 → 1.3.0
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 751351e03cde..f74b53a831b3 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 2b39106..6d45a10 100644
+index 101492f..4ee7cfb 100644
--- a/tests/debug/session.py
+++ b/tests/debug/session.py
-@@ -625,6 +625,7 @@ class Session(object):
+@@ -630,6 +630,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.