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

DeprecationWarning: urllib.parse.splitnport() is deprecated as of 3.8, use urllib.parse.urlparse() instead #2566

Closed
graingert opened this issue May 18, 2020 · 2 comments · Fixed by #3006

Comments

@graingert
Copy link
Contributor

graingert commented May 18, 2020

from urllib.parse import splitnport, urlparse

@ssbarnea
Copy link

ssbarnea commented Jul 7, 2020

Are we ever going to see a hotfix for this? Some of us have the "bad" habit of running CI/CD pipelines with warnings-as-errors.

ssbarnea added a commit to ssbarnea/molecule that referenced this issue Jul 7, 2020
DeprecationWarnings from docker-py broke our testing.
Relates: docker/docker-py#2566
ssbarnea added a commit to ansible/molecule that referenced this issue Jul 10, 2020
DeprecationWarnings from docker-py broke our testing.
Relates: docker/docker-py#2566
@frainfreeze
Copy link

This seems to be addressed in #2944 - can we get this merged into next release @aiordache @ulyssessouza ?

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 a pull request may close this issue.

3 participants