aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca/test_plot.py
diff options
context:
space:
mode:
authorJ08nY2024-04-16 15:38:09 +0200
committerJ08nY2024-04-16 15:38:09 +0200
commit483eebd0dd4aefb60552e701dfa13d747881dd63 (patch)
treefbd62a1678975e6dd7d3595e2ae9a39dc775f363 /test/sca/test_plot.py
parentf57762f291bbd0de46c7a7f98135fd3e15827db2 (diff)
downloadpyecsca-483eebd0dd4aefb60552e701dfa13d747881dd63.tar.gz
pyecsca-483eebd0dd4aefb60552e701dfa13d747881dd63.tar.zst
pyecsca-483eebd0dd4aefb60552e701dfa13d747881dd63.zip
Fix DeepSourcce issues.
Diffstat (limited to 'test/sca/test_plot.py')
-rw-r--r--test/sca/test_plot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sca/test_plot.py b/test/sca/test_plot.py
index 2722ba3..78e1098 100644
--- a/test/sca/test_plot.py
+++ b/test/sca/test_plot.py
@@ -39,6 +39,7 @@ def test_png(trace1, plot_path):
save_figure_png(fig, str(plot_path()))
+@pytest.mark.skip("Broken without some backend.")
def test_svg(trace1, plot_path):
hv.extension("matplotlib")
fig = plot_trace(trace1)