Open StefanieSenger opened 1 hour ago
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.95.2. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
I have upgraded my VSCode version to 1.95.2. and the issue still persists.
Type: Bug
Does this issue occur when all extensions are disabled?: Yes
VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z) OS version: Linux x64 6.11.5-arch1-1
versions: pytest==8.3.1 matplotlib==3.9.2
I am getting
MatplotlibDeprecationWarning
that causes an error withtest_warn failed
when I run this with thePythonDebugger
in theTesting
extension:I set a breakpoint in the line of
with pytest.warns(UserWarning, match="Test"):
:Traceback:
I set a breakpoint in the line of
f()
and press continue:Traceback:
I would have expected not to see this warning and be able to continue with the debugging. Running the test with Testing without debug points or running the tests with pytest on the terminal works just fine.