Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
Signed-off-by: BryceGattis <brycegattis@yahoo.com>
  • Loading branch information
BryceGattis authored and JeanChristopheMorinPerso committed May 12, 2024
1 parent 78179b5 commit eaed6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rez/tests/test_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ def solver_callback(solver_state: SolverState):

callback = ResolvedContext.Callback(max_fails=999, time_limit=0, callback=solver_callback, buf=sys.stdout)
solve_state = SolverState(3, 1, None)
# TODO: Can't seem to get this mock to work for some reason.
# Mock start time to be Jan 1, 1970.
with unittest.mock.patch('rez.resolved_context.ResolvedContext.Callback.start_time',
new_callable=unittest.mock.PropertyMock, return_value=0):
Expand Down

0 comments on commit eaed6ed

Please sign in to comment.