Skip to content
Snippets Groups Projects
Commit 7131d8f9 authored by Joseph Weston's avatar Joseph Weston
Browse files

test _plotter importable without matplotlib

parent a29757a2
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ def test_matplotlib_backend_unset():
def test_importable_without_matplotlib():
prefix, sep, suffix = plotter.__file__.rpartition('.')
prefix, sep, suffix = _plotter.__file__.rpartition('.')
if suffix in ['pyc', 'pyo']:
suffix = 'py'
assert suffix == 'py'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment