Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear test-induced warning #1702

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Clear test-induced warning #1702

merged 1 commit into from
Nov 4, 2024

Conversation

khk-globus
Copy link
Contributor

The pytest-mock plugin was complaining (warning!) about our context management ... which is to-do with what these two particular tests test. 🤦

.../globus_compute_sdk/sdk/executor.py:786: PytestMockWarning: ... do not need to be used as context managers.

Type of change

  • Code maintenance/cleanup

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.
@khk-globus khk-globus added no-news-is-good-news This change does not require a news file quick-review Review of this should be quick and easy labels Nov 3, 2024
@khk-globus khk-globus merged commit cd3e891 into main Nov 4, 2024
17 checks passed
@khk-globus khk-globus deleted the remove_test_warning branch November 4, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-news-is-good-news This change does not require a news file quick-review Review of this should be quick and easy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants