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

tests: fix no longer supported use of pytest.warns(None) #849

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

consideRatio
Copy link
Collaborator

@consideRatio consideRatio commented Jan 20, 2025

pytest.warns(None) should be replaced with ensuring no warnings in another way using the standard lib warnings.

pytest.warns(None) should be replaced with ensuring no warnings in
another way using the standard lib warnings.
@consideRatio consideRatio merged commit 1233456 into dask:main Jan 20, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests broken again
1 participant