poetry icon indicating copy to clipboard operation
poetry copied to clipboard

Python packaging and dependency management made easy

Results 901 poetry issues
Sort by recently updated
recently updated
newest added

### Description My `pyproject.toml` file (based on [documentation ](https://python-poetry.org/docs/dependency-specification/#exclusive-extras)) ``` [project] authors = [{ name = "rohanmohapatra", email = "censored" }] description = "" name = "censored" readme = "README.md"...

kind/bug
status/triage

### Issue Kind Change in current behaviour ### Description As written in the title. `poetry shell` was quicker to type especially with shell completion. If not `poetry env` maybe just...

kind/feature
status/triage

# Pull Request Check List Resolves: #10266 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. This PR adds a new command called activate that...

# Pull Request Check List add the virtualenvs.ignore_in_venv config,to allow to ignore the check if inside venv (conda) Resolves: #issue-number-here - [ ] Added **tests** for changed code. - [...

# Pull Request Check List Resolves: #issue-number-here - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. ## Summary by Sourcery This PR fixes...

### Issue Kind Unclear documentation ### Existing Link https://python-poetry.org/docs/configuration/ ### Description It is clearly stated in your documentation that `poetry` can be configured both locally and globally: - The file...

area/docs

* [ ] Pin `poetry-core` to `main` after https://github.com/python-poetry/poetry-core/pull/823 is merged. # Pull Request Check List Requires: https://github.com/python-poetry/poetry-core/pull/823 Resolves: #9751 - [x] Added **tests** for changed code. - [x] Updated...

impact/docs

- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...

area/cli
area/plugin-api
kind/enhancement

### Description I created a plugin that drops the Python upper constraints, but from poetry-code version 2.1 when we change the python_versions https://github.com/sbrunner/poetry-plugin-drop-python-upper-constraint/blob/master/poetry_plugin_drop_python_upper_constraint/__init__.py#L60 the python_constraint and the python_marker looks to...

kind/bug
status/triage

### Description I am not sure if it is, but it looks like a bug, when I run `poetry --directory path/to/project build` I get an error: > WARNING: No build...

kind/bug
status/triage