poetry
poetry copied to clipboard
Python packaging and dependency management made easy
### Description When optional dependency for a package as a git dependency is updated in `pyproject.toml`, running `poetry.lock` fails to add it to install. Steps to reproduce (checked with 2.1.2...
Add unit tests for get_package, get_dependency, copy_path, MockDulwichRepo. Organize isolated_environment tests into test class # Pull Request Check List Partially resolves: #9161 - [x] Added **tests** for changed code. -...
### Description When using an ä,ö or ü in ur password u get returned an authentication error but nowhere is any mention that that could cause an error. ### Workarounds...
### Description See https://github.com/element-hq/synapse/pull/18261 for the real-life scenario this issue is spawning from. I updated the `icu` library on my system which means the [PyICU](https://pypi.org/project/PyICU/) Python package needed to be...
virtualenvs.create=false && virtualenvs.use-poetry-python=false config not working on GitHub actions
### Description In GitHub actions I am using pipx to install poetry. I am setting the `POETRY_VIRTUALENVS_CREATE=false` and `POETRY_VIRTUALENVS_USE_POETRY_PYTHON=false` environment variables in the GitHub action job. I am also using...
# Pull Request Check List Resolves: #10231 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. ## Summary by Sourcery Tests: - Adds tests to...
### Issue Kind Change in current behaviour ### Description Hi, when using pip, you can use only_binary and no_binary interchangeably as part of the same configuration. For example, when running...
### Description I am attempting to setup fully reproducible builds in Docker, i.e. generating layers that are byte-identical every time they are run. When the env. variable `SOURCE_DATE_EPOCH` is set,...
### Issue Kind Change in current behaviour ### Description Currently with `non-package-mode = false` when poetry creates the virtual environment it seems like the folder name for the venv is...
### Description Hi all, I have an issue with Poetry 1.4.2 (not sure if it happens on the later versions). We have some dependencies in our main poetry project using...