Skip to content

Commit

Permalink
Block test client until ready on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Mar 3, 2023
1 parent 2481202 commit 54f7bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue_wwt/viewer/tests/test_wwt_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class WWTQtViewerBlocking(WWTQtViewer):

def _initialize_wwt(self):
from pywwt.qt import WWTQtClient
self._wwt = WWTQtClient(block_until_ready=sys.platform != 'win32')
self._wwt = WWTQtClient(block_until_ready=True)


class TestWWTDataViewer(object):
Expand Down

0 comments on commit 54f7bd1

Please sign in to comment.