poetry
poetry copied to clipboard
Python packaging and dependency management made easy
### Description Our project depends on some library `A` which has extra path dependency. We compile wheels for linux and windows and publish its to local pypi. When we try...
# Pull Request Check List Resolves: #9510 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code.
### Description When I run poetry shell command, it does not activate the virtual environment although it says so.  I am on WSL2 Ubuntu 24.04 ### Workarounds Activating the...
# Pull Request Check List Resolves: #9618 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.
### Issue Kind Brand new capability ### Description Hi. As mentioned in this [Test Suite Cleanup](https://github.com/python-poetry/poetry/issues/3155) issue, there might be some code needing coverage, yet running `poetry run pytest` doesn't...
### Description Running poetry lock will hang forever without any indication of why. Running poetry lock -vvv shows ssh's interactive prompt, e.g. ``` The authenticity of host 'github.com (140.82.116.4)' can't...
# Pull Request Check List Resolves: [#discussion-6739305](https://github.com/orgs/python-poetry/discussions/9447#discussion-6739305) - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. --- This PR adds a `--package-mode` option (defaults to...
### Description Using `pyproject.toml` like this: ```toml [tool.poetry] name = "poetry-sandbox" version = "0.1.0" description = "" authors = ["rinaldv"] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" burr = {extras...
# Pull Request Check List Resolves: #3527 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. # My comments I have tried to...
### Issue Kind Other ### Description One of the dependencies in my project comes from a private repository. I have git's _credential.helper_ set to _cache_, and sometimes credentials in cache...