mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-25 02:26:19 +03:00
pythonPackages.debugpy: 1.2.1 → 1.3.0
This commit is contained in:
parent
7cb7620008
commit
dcc2125848
2 changed files with 7 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue