-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Tests raise Warnings in CI Linux py36_ubuntu_atlas #16685
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
Comments
This looks like a module from python's standard library, (distutils) that is using a deprecated module (imp). I see two options:
|
Thanks @thomasjpfan! |
I am happy with option 2. |
Merging #17670 removed this error, but the build is still affected by an ImportWarning:
I suppose I should move to ignoring |
We normally do not set The import warning is strange given that it came from import |
Ok, this is not worth to fix, definitely: see scipy/#11000. |
The build for Linux py36_ubuntu_atlas Azure pipeline, still raise warnings in test execution (see cmarmo/scikit-learn/#11).
The text was updated successfully, but these errors were encountered: