Skip to content

Fix remote tests not running

Borreguero Calvo, Jose requested to merge fix-remote-tests-not-running into master

Created by: player1537

The remote tests weren't running because of some weird inconsistency with the monkeypatch feature of pytest. This removes that monkeypatch requirement by allowing a wrapper_cls argument to be passed to the submit_job_to_function task.

Merge request reports