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

MRG: Ignore DeprecationWarning from sourmash in tests. #270

Merged
merged 2 commits into from
Feb 22, 2023

Conversation

ctb
Copy link
Member

@ctb ctb commented Feb 22, 2023

This fixes a test failure caused by sourmash:

DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('mpl_toolkits')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages

by turning off breaking errors for DeprecationWarning.

See sourmash-bio/sourmash#2425 (comment) for further discussion.

@ctb ctb changed the title WIP: try fixing deprecation error MRG: Ignore DeprecationWarning from sourmash in tests. Feb 22, 2023
@ctb ctb merged commit 425cc6c into latest Feb 22, 2023
@ctb ctb deleted the fix/deprecation_error branch February 22, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant