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

WIP Upgrade requirements to fix the netloc bug #247

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

lvarin
Copy link
Contributor

@lvarin lvarin commented Nov 4, 2022

Details

Closes #246

>>> from six.moves import urllib
>>> p=urllib.parse.urlparse('ftp://user:pass@server.csc.fi/hola')
>>> p.username
'user'
>>> p.hostname
'server.csc.fi'
>>> p.netloc
'user:pass@server.csc.fi'

Upgrading cwl-tes and fixing build

@lvarin
Copy link
Contributor Author

lvarin commented Nov 4, 2022

I just saw that focal is downgraded, so this PR is more a POC than an actual fix.

@lvarin lvarin changed the title Upgrade requirements to fix the netloc bug WIP Upgrade requirements to fix the netloc bug Nov 4, 2022
@uniqueg
Copy link
Member

uniqueg commented Nov 28, 2022

Should be easy to update once #248 is fixed

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.

Setting username and password in the configuration URL does not work
2 participants