Commit 78cabc2
authored
Remove vscode-debugger workaround (#264)
closes #262
The issue where running a single test in the VSCode debugger would
trigger other tests was due to a known bug in pytest ([pytest issue
#7409](pytest-dev/pytest#7409)).
This workaround is no longer necessary because VSCode's Python debugger
([vscode-python-debugger](https://github.com/microsoft/vscode-python-debugger))
depends on [debugpy](https://github.com/microsoft/debugpy), where the
root cause was fixed in [commit
1](microsoft/debugpy@63c0fae#diff-f9ef1bd57538927eef0a8a0a2234e7d8R162)
and [commit
2](microsoft/debugpy@f55bea7),
as referenced in [debugpy issue
#275](microsoft/debugpy#275).
Therefore, the workaround can be safely removed. Simply ensure you're
using the latest version of the VSCode Python Debugger currently
(`2025.8.0`).More info on the extension: [VSCode Python
Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy)2 files changed
+0
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
0 commit comments