10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4616f70 + 5c714fe commit 6251c52Copy full SHA for 6251c52
lib/matplotlib/tests/test_backend_webagg.py
@@ -6,6 +6,7 @@
6
7
@pytest.mark.parametrize("backend", ["webagg", "nbagg"])
8
def test_webagg_fallback(backend):
9
+ pytest.importorskip("tornado")
10
if backend == "nbagg":
11
pytest.importorskip("IPython")
12
env = dict(os.environ)
0 commit comments