Thanks to visit codestin.com Credit goes to github.com
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 b126d3b + 9997e28 commit dc2da1dCopy full SHA for dc2da1d
1 file changed
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