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 a5fcddd + 2f73248 commit e2a49d6Copy full SHA for e2a49d6
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