-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
restructure python distributions #7730
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
Conversation
df020b5
to
ebef037
Compare
ebef037
to
970a3d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good to me! Just a couple of comments.
I wonder what we'll do about the CLI tests to get the coverage information?
@dfangl also raised concerns about the CLI tests (since we need to identify incompatibilities with Python < 3.10 asap). |
f2e9e25
to
ab4a103
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks pretty good now! Let's release and merge? ;)
ab4a103
to
dad4b3c
Compare
dad4b3c
to
bd37086
Compare
This PR is a preparation for upcoming changes with v2 concerning the packaging and Docker image structure.
With this PR, the python distribution which is published from this repository is renamed from
localstack
tolocalstack-core
.It loses its dependency on our "extensions" distribution (which will resolve the build and release issues due to our cyclic dependency, and will introduce a clear separation between community and pro).
Some of the CLI / bootstrap tests have been moved to the extensions repo, since they were depending on them.