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 1c0c945
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+ssh://[email protected]/codecov/shared.git@96376263de4d4684d7b7d06c2d612f340eab5611#egg=shared
git+ssh://[email protected]/codecov/shared.git@f0174635ccaebc3463a5641b9ad640a46b5fd472#egg=shared
git+ssh://[email protected]/codecov/[email protected]#egg=codecovopentelem
boto3
celery
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ s3transfer==0.3.4
# via boto3
sentry-sdk==1.19.1
# via -r requirements.in
shared @ git+ssh://[email protected]/codecov/shared.git@96376263de4d4684d7b7d06c2d612f340eab5611
shared @ git+ssh://[email protected]/codecov/shared.git@f0174635ccaebc3463a5641b9ad640a46b5fd472
# via -r requirements.in
six==1.15.0
# via
Expand Down

0 comments on commit 1c0c945

Please sign in to comment.