Skip to content

Commit 54f7bd1

Browse files
committed
Block test client until ready on Windows.
1 parent 2481202 commit 54f7bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glue_wwt/viewer/tests/test_wwt_widget.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class WWTQtViewerBlocking(WWTQtViewer):
2222

2323
def _initialize_wwt(self):
2424
from pywwt.qt import WWTQtClient
25-
self._wwt = WWTQtClient(block_until_ready=sys.platform != 'win32')
25+
self._wwt = WWTQtClient(block_until_ready=True)
2626

2727

2828
class TestWWTDataViewer(object):

0 commit comments

Comments
 (0)