Skip to content

add support for downloading python dependancies using urls #10986

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

macnev2013
Copy link
Contributor

Motivation

This PR aims to add support to download python packages using urls like git+https://github.com/localstack/aws-glue-libs.git@glue-0.9#egg=aws-glue-libs

Changes

  • Adds support for package url for python installer

Testing

  • Tested manually for installing on of the libraries in spark.

@macnev2013 macnev2013 requested a review from alexrashed as a code owner June 10, 2024 06:38
Copy link
Member

@alexrashed alexrashed left a comment

Choose a reason for hiding this comment

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

I think it would make sense to implement this change together with a usage (in order to see the motivation for the change, as well as having a test for it). Another option would be to add (unit) tests for this installer (maybe by mocking the run command) which shows and tests the new feature.

Copy link

github-actions bot commented Jun 10, 2024

LocalStack Community integration with Pro

    2 files  ±0      2 suites  ±0   1h 36m 32s ⏱️ +43s
3 029 tests ±0  2 694 ✅ ±0  335 💤 ±0  0 ❌ ±0 
3 031 runs  ±0  2 694 ✅ ±0  337 💤 ±0  0 ❌ ±0 

Results for commit f1b962c. ± Comparison against base commit 5b010e6.

♻️ This comment has been updated with latest results.

@macnev2013 macnev2013 added the semver: patch Non-breaking changes which can be included in patch releases label Jun 10, 2024
@macnev2013 macnev2013 added this to the 3.6 milestone Jun 10, 2024
@macnev2013 macnev2013 marked this pull request as draft June 12, 2024 07:36
@alexrashed alexrashed modified the milestones: 3.6, 3.7, Playground Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants