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

chore(deps): refactor dependencies #616

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

JP-Ellis
Copy link
Contributor

📝 Summary

  • Rename development-only dependency group to use a common devel- prefix.
  • Minor reformatting

🚨 Breaking Changes

🔥 Motivation

This helps ensure that end-users don't get confused. For example pact-python[types] might indicate a new feature which supports typing (which it does not).

🔨 Test Plan

🔗 Related issues/PRs

None

@JP-Ellis JP-Ellis added difficulty:easy A simple task appropriate for newcomers to the codebase type:chore Part of regular code upkeep labels Mar 11, 2024
@JP-Ellis JP-Ellis self-assigned this Mar 11, 2024
@JP-Ellis JP-Ellis force-pushed the chore/refactor-dependencies branch from 71f951b to c8b6269 Compare March 11, 2024 23:07
The main change is to prefix the optional dependency groups used for
development only with a `devel-`. For example,
`pact-python[devel-types]` instead of `pact-python[types]`. This helps
ensure that end-users don't get confused.

There's also a little bit of minor reformatting.

Signed-off-by: JP-Ellis <josh@jpellis.me>
@JP-Ellis JP-Ellis force-pushed the chore/refactor-dependencies branch from c8b6269 to 45730bf Compare March 11, 2024 23:09
@JP-Ellis JP-Ellis merged commit a041823 into master Mar 11, 2024
26 of 27 checks passed
@JP-Ellis JP-Ellis deleted the chore/refactor-dependencies branch March 11, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:easy A simple task appropriate for newcomers to the codebase type:chore Part of regular code upkeep
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant