diff --git a/tests/test_notebooks.py b/tests/test_notebooks.py index 8de3dfb07b..07b978c2ff 100644 --- a/tests/test_notebooks.py +++ b/tests/test_notebooks.py @@ -6,7 +6,7 @@ import pytest import scrapbook as sb -# Avoid problems with interact by using non-gui backend +# Avoid hanging on with ipywidgets interact by using non-gui backend os.environ["MPLBACKEND"] = "agg"