Skip to content

Remove warning filters in tests that are no longer needed#8155

Merged
jsignell merged 3 commits intodask:mainfrom
jsignell:remove-filters
Sep 17, 2021
Merged

Remove warning filters in tests that are no longer needed#8155
jsignell merged 3 commits intodask:mainfrom
jsignell:remove-filters

Conversation

@jsignell
Copy link
Copy Markdown
Member

The goal of these changes is to get rid of warning filters in tests wherever possible.

@jsignell jsignell changed the title Remove filters in tests that are no longer needed Remove warning filters in tests that are no longer needed Sep 16, 2021
Comment on lines -169 to -170
if ufunc == "fix" and np.__version__ >= "1.13.0":
pytest.skip("fix calls floor in a way that we do not yet support")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm this seems to be causing errors still. Maybe we should just drop the and np.__version__ >= "1.13.0" part for now?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I didn't mean include that change 🤦

@jsignell jsignell merged commit 9fc5777 into dask:main Sep 17, 2021
@jsignell jsignell deleted the remove-filters branch September 17, 2021 18:06
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.

2 participants