Skip to content

195 switch project to uv #196

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 3 commits into from
Mar 8, 2025
Merged

195 switch project to uv #196

merged 3 commits into from
Mar 8, 2025

Conversation

grillazz
Copy link
Owner

@grillazz grillazz commented Mar 8, 2025

No description provided.

@grillazz grillazz requested a review from Copilot March 8, 2025 10:02
@grillazz grillazz self-assigned this Mar 8, 2025
@grillazz grillazz linked an issue Mar 8, 2025 that may be closed by this pull request
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This PR updates the project configuration and CI workflows to switch from Poetry to uv, reflecting a migration of the project build and test process. Key changes include:

  • Updating the GitHub Actions workflow to use uv for running tests and changing environment variables (e.g. POSTGRES_USER).
  • Converting pyproject.toml from a Poetry-managed configuration to the new PEP 621 [project] format.

Reviewed Changes

File Description
.github/workflows/build-and-test.yml Updated workflow steps to introduce uv-based commands and change the database user.
pyproject.toml Converted configuration from Poetry to the new PEP 621 standard.

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

.github/workflows/build-and-test.yml:10

  • [nitpick] The job name 'build' may be ambiguous since its steps primarily focus on testing. Consider renaming the job to 'test' for clarity if it is intended solely for running tests.
build:

pyproject.toml:33

  • The removal of the build-system section might cause issues with packaging and building the project. Please add an appropriate build-system configuration (including required build-backend and requirements) to comply with PEP 621.
"pendulum @ git+https://github.com/sdispater/pendulum.git@develop"

@grillazz grillazz merged commit e88f68e into main Mar 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

switch project to uv
1 participant