The pytest-mock plugin was complaining (warning!) about our context management ... which is to-do with what these two particular tests test. :facepalm:
.../globus_compute_sdk/sdk/executor.py:786: PytestMockWarning: ... do not need to be used as context managers.
The pytest-mock plugin was complaining (warning!) about our context management ... which is to-do with what these two particular tests test. :facepalm:
Type of change