globus / globus-compute

Globus Compute: High Performance Function Serving for Science
https://www.globus.org/compute
Apache License 2.0
148 stars 47 forks source link

Clear test-induced warning #1702

Closed khk-globus closed 3 weeks ago

khk-globus commented 3 weeks ago

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.

Type of change