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

Commits on Jul 20, 2023

  1. Rename ConfigDict class to avoid name clash with pydantic

    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.
    eggmaster committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    923a79c View commit details
    Browse the repository at this point in the history