Skip to content

Commit

Permalink
Attempt to fix tests (ATS is mad)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-guidini committed Sep 5, 2023
1 parent f22e5f5 commit 73a76ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,10 @@ def mock_submit_fn(metric, start, end):
mock_submit = mocker.Mock()
mock_submit.side_effect = mock_submit_fn

import helpers
from helpers.checkpoint_logger import CheckpointLogger

return mocker.patch.object(
helpers.checkpoint_logger.CheckpointLogger,
CheckpointLogger,
"submit_subflow",
mock_submit,
)

return mock_submit

0 comments on commit 73a76ab

Please sign in to comment.