MatplotlibDeprecationWarning
running Testing
with PythonDebugger
#1727
Labels
needs repro
Issue has not been reproduced yet
Type: Bug
Behaviour
I am getting
MatplotlibDeprecationWarning
that causes an error withtest_warn failed
when I run this test with thePythonDebugger
in theTesting
extension.versions:
pytest==8.3.1
matplotlib==3.9.2
Steps to reproduce:
Setting a breakpoint in the line of
with pytest.warns(UserWarning, match="Test"):
and run in debug-mode. The debugger raises an error:Diagnostic data
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.
Extension version: 2024.12.0
VS Code version: Code 1.95.2 (e8653663e8840adaf45af01eab5c627a5af81807, 2024-11-07T11:07:22.054Z)
OS version: Linux x64 6.11.5-arch1-1
Modes:
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: