Skip to content

Add infrastructure for checking Poetry configuration files #163

New issue

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

Merged
merged 1 commit into from
Jun 1, 2025

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jun 1, 2025

The project's Python package dependencies are managed using the Poetry tool.

Tasks and a GitHub Actions workflow are added to maintain and check for problems in the Poetry configuration files.

The tasks provide the following operations:

  • Check for problems with the data structure of the pyproject.toml Python project file
  • Update the poetry.lock file as may be required following manual modifications to pyproject.toml, or update of the Poetry application

These tasks are executed by the GitHub Actions workflow on any push or pull request that modifies relevant files, and periodically to check for breakage caused by external changes.

The project's Python package dependencies are managed using the "Poetry" tool.

Tasks and a GitHub Actions workflow are added to maintain and check for problems in the Poetry configuration files.

The tasks provide the following operations:

* Check for problems with the data structure of the `pyproject.toml` Python project file
* Update the `poetry.lock` file as may be required following manual modifications to `pyproject.toml`, or update of the
  "Poetry" application

These tasks are executed by the GitHub Actions workflow on any push or pull request that modifies relevant files, and
periodically to check for breakage caused by external changes.
@per1234 per1234 self-assigned this Jun 1, 2025
@per1234 per1234 added type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels Jun 1, 2025
@per1234 per1234 merged commit 13da91b into arduino:master Jun 1, 2025
32 checks passed
@per1234 per1234 deleted the check-poetry branch June 1, 2025 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant