poetry
poetry copied to clipboard
Python packaging and dependency management made easy
Related to https://github.com/python-poetry/poetry-core/pull/805 # Pull Request Check List Resolves: #issue-number-here - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. ## Summary by Sourcery...
### Description I am currently updating my `poetry-types` plugin for poetry v2 and encountered a new behavior with the `--only` option. The project uses the `Installer::only_groups` API to make sure...
### Description Since the release of poetry-core v2.0.0, twine can no longer build a poetry package whose source tree contains symlinks outside itself. Previously it could. Now it fails with...
### Issue Kind Change in current behaviour ### Description Currently, there is no difference in output between `poetry install --dry-run` and `poetry install`. ``` $ poetry install --dry-run Installing dependencies...
### Description I have a pyproject.toml with `package-mode = false` and I'm copying it into a docker image. I installed the dependencies like this in previous versions of poetry: ```...
Add a notice when all sources are listed and PyPI is implicitly enabled. ## Summary by Sourcery Add a notification to inform users when PyPI is implicitly enabled as a...
### Description Install [cleanrl](https://github.com/vwxyzjn/cleanrl) 's dependencies via `poetry install` takes forever to resolve dependencies   ### Workarounds using `poetry==1.8.5` works fine  ```shell root@dsw-498899-84cf4b4bc5-hg2qz:/mnt/workspace/cleanrl# conda activate base (base) root@dsw-498899-84cf4b4bc5-hg2qz:/mnt/workspace/cleanrl#...
### Description All my poetry projects CI fails with the latest release. They are using ```yaml steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5...
Pep 753
companion to https://github.com/python-poetry/poetry-core/pull/807 ## Summary by Sourcery Chores: - Standardize metadata fields to adhere to PEP 753.
# Pull Request Check List Resolves: `test_python_get_preferred_default` fails because one of the paths being compared is a symlink to the other: ``` ______________________ test_python_get_preferred_default _______________________ [gw3] linux -- Python 3.12.8...