summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
diff options
context:
space:
mode:
authorSimon Schoeters <b2282e9d-46e8-4ec4-946a-b6ad84078b1c@astil.be>2023-06-07 14:29:23 +0000
committerGitHub <noreply@github.com>2023-06-07 14:29:23 +0000
commitf55cd62e54332373819230b6d8bf27160d4f6ca1 (patch)
treea1187662475dd76221815e69640742c2d74ad436 /pkgs/development/python-modules/debugpy/fix-test-pythonpath.patch
parentd610e0094ebe2907e40f84187537033215ef488f (diff)
parent15c2e24dc8bfda5bf034e4b13ade3ca1d0200074 (diff)
Merge branch 'NixOS:master' into add-scalingo-package
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 0f51106988d9..7cfb1a49ec38 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 af242877..30b21a1e 100644
+index 7dacc1f9..f303e20a 100644
--- a/tests/debug/session.py
+++ b/tests/debug/session.py
-@@ -622,6 +622,7 @@ class Session(object):
+@@ -631,6 +631,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.