disable RPC thread where not needed
This commit is contained in:
@ -15,7 +15,7 @@ class TestMDIArea:
|
||||
def setup_method(self):
|
||||
print("setup")
|
||||
self.app = QApplication(sys.argv)
|
||||
self.mw = MainWindow(add_examples=True)
|
||||
self.mw = MainWindow(add_examples=True, offline=True)
|
||||
self.mw.show()
|
||||
|
||||
|
||||
|
@ -53,7 +53,7 @@ def test_make_plot():
|
||||
)
|
||||
app = QApplication(sys.argv)
|
||||
theme.apply(app)
|
||||
mw = MainWindow(add_examples=True)
|
||||
mw = MainWindow(add_examples=True, offline=True)
|
||||
|
||||
mdi_sub = MDISubPlot("mdi", pd)
|
||||
pw = pg.PlotWidget()
|
||||
|
Reference in New Issue
Block a user