Skip to content
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

Use Hatch for internal dependencies #289

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

ghidalgo3
Copy link
Contributor

@ghidalgo3 ghidalgo3 commented Apr 26, 2024

Description

Following the changes in the internal repositories to use Hatch for internal Python project dependencies. For each setup.py, the following was done:

  1. Generate a pyproject.toml with hatch new --init
  2. Rewrite dependencies to internal pctasks.* projects using Hatch context formatting
  3. Modify Dockerfiles to uv pip install from the requirements file instead of installing from the project file itself.

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

Please delete options that are not relevant.

  • I have performed a self-review
  • Changelog has been updated
  • Documentation has been updated
  • Unit tests pass locally (./scripts/test)
  • Code is linted and styled (./scripts/format)

@ghidalgo3 ghidalgo3 marked this pull request as ready for review April 26, 2024 16:27
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.

1 participant