Skip to content

Commit

Permalink
fixup! added support for sequential backend on standalone releases of…
Browse files Browse the repository at this point in the history
… RNAlysis
  • Loading branch information
GuyTeichman committed Jun 30, 2024
1 parent 37d4778 commit abb41ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def mainwindow_setup(monkeypatch):
monkeypatch.setattr(QtWidgets.QMessageBox, 'question', lambda *args, **kwargs: QtWidgets.QMessageBox.Yes)
monkeypatch.setattr(gui_widgets.ThreadStdOutStreamTextQueueReceiver, 'run', lambda self: None)
monkeypatch.setattr(gui_quickstart.QuickStartWizard, '__init__', lambda *args, **kwargs: None)
parallel_backend('multiprocessing')


@pytest.fixture
Expand Down

0 comments on commit abb41ec

Please sign in to comment.