We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just updated to poetry 1.0.4 that uses tomlkit 0.5.10 and custom repository are not added anymore.
(Pdb++) local_config.get("source") (Pdb++) local_config.get("name") (Pdb++) local_config.get("name", "potatoes") 'potatoes' (Pdb++) local_config["name"] 'test' (Pdb++) local_config["source"] <AoT [{'name': 'testrepo', 'url': 'https://test-repo-url'}]>
I'm pretty sure it is related to that change: #79
OS: ArchLinux Python: 3.7, 3.8
Reproduced in docker as well with images python:3.7.x and python:3.8.x
The text was updated successfully, but these errors were encountered:
fix: implement get on out of order container proxy
d7abb80
fixes: python-poetry#80
Successfully merging a pull request may close this issue.
I just updated to poetry 1.0.4 that uses tomlkit 0.5.10 and custom repository are not added anymore.
I'm pretty sure it is related to that change: #79
OS: ArchLinux
Python: 3.7, 3.8
Reproduced in docker as well with images python:3.7.x and python:3.8.x
The text was updated successfully, but these errors were encountered: