summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-06 00:45:09 +0000
committerGitHub <noreply@github.com>2021-05-06 00:45:09 +0000
commitd7b42f83a92389dff201317be2511c9b33d16f25 (patch)
treef5e3caec85c80827f11e0f4c9d94b1d6ef9d98aa /pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
parent87b4a04f06332de2852765c98ebd9e58cbe2eff3 (diff)
parent1374bfa2d39eff398147265ece138e0c3151b28d (diff)
Merge master into staging-next
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.