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

fix(monorepo-py): remove incorrect typescript pdk dependency for python monorepos #645

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

cogwirrel
Copy link
Member

The projen new command adds a dependency on @aws/pdk when creating a new python monorepo, which causes the initial install to fail as @aws/pdk is not the correct name for the module in pypi. The workaround is for users to remove this dependency, but we can remove it within the monorepo for a smoother initial bootstrap experience for python.

Also adds a basic snapshot test for a python monorepo.

Fixes #643

…on monorepos

The projen new command adds a dependency on @aws/pdk when creating a new python monorepo, which
causes the initial install to fail as @aws/pdk is not the correct name for the module in pypi. The
workaround is for users to remove this dependency, but we can remove it within the monorepo for a
smoother initial bootstrap experience for python.

Fixes #643
Copy link
Contributor

@agdimech agdimech left a comment

Choose a reason for hiding this comment

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

Nice!

@cogwirrel cogwirrel merged commit d6acacb into mainline Nov 10, 2023
3 checks passed
@cogwirrel cogwirrel deleted the fix/python-incorrect-dep branch November 10, 2023 01:40
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.

[BUG] (cannot create new monorepo-py)
2 participants