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

Rename ConfigDict class to avoid name clash with pydantic #9

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

eggmaster
Copy link
Collaborator

The workaround in the previous patch left some technical debt in the form of ambiguity in the class names. This patch corrects that by renaming our class BugjiraConfigDict.

This patch also cleans up a pytest warning about how the pydantic ValidationError was moved to a different namespace in that library by adjusting the import statements we use.

The workaround in the previous patch left some technical debt in the form of
ambiguity in the class names. This patch corrects that by renaming our class
BugjiraConfigDict.

This patch also cleans up a pytest warning about how the pydantic
ValidationError was moved to a different namespace in that library by adjusting
the import statements we use.
Copy link

@jpichon jpichon left a comment

Choose a reason for hiding this comment

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

Nice!

@jguiditta jguiditta enabled auto-merge (rebase) July 25, 2023 18:12
Copy link
Member

@jguiditta jguiditta left a comment

Choose a reason for hiding this comment

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

Nice improvements!

@jguiditta jguiditta merged commit 9545bc9 into release-depot:main Jul 25, 2023
7 checks passed
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.

3 participants