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

remove unused distutils import from __init__.py #540

Merged
merged 1 commit into from Jan 14, 2020

Conversation

grlee77
Copy link
Contributor

@grlee77 grlee77 commented Jan 14, 2020

I think this import may be the source of some errors seen on Travis in #539
Distutils itself imports from the deprecated imp module which is causing a DeprecationWarning that is apparently making pytest unhappy.

see: https://travis-ci.org/PyWavelets/pywt/jobs/633664005#L547

@rgommers rgommers merged commit 8a5f1c2 into PyWavelets:master Jan 14, 2020
@rgommers
Copy link
Member

Merged, thanks @grlee77

@rgommers rgommers modified the milestones: v1.1, v1.2 Jan 14, 2020
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.

None yet

2 participants