Skip to content

Commit

Permalink
TST: Try with off_screen=False
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFavelier committed Aug 20, 2020
1 parent eb90843 commit f4c08a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def add_sphere(self):

def test_ipython():
import IPython
cmd = "from pyvistaqt import BackgroundPlotter as Plotter; p = Plotter(); p.close()"
cmd = "from pyvistaqt import BackgroundPlotter as Plotter;" \
"p = Plotter(off_screen=False); p.close()"
IPython.start_ipython(argv=["-c", cmd])


Expand Down

0 comments on commit f4c08a3

Please sign in to comment.