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: Remove temporary pin on pydantic #5911

Merged
merged 2 commits into from
Jul 5, 2023

Conversation

jennifer-richards
Copy link
Member

Pin is not needed since inflect 6.0.5. As of inflect 6.1.0, pydantic 2.0 is supported.

Should fix an intermittent test failure.
@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Merging #5911 (fce2fb3) into main (653772a) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #5911      +/-   ##
==========================================
- Coverage   88.67%   88.65%   -0.02%     
==========================================
  Files         288      288              
  Lines       39999    39999              
==========================================
- Hits        35468    35461       -7     
- Misses       4531     4538       +7     

see 2 files with indirect coverage changes

@@ -146,7 +146,7 @@ def test_edit(self):
self.assertRedirects(r, redirect_url)

# Check whether updates were stored in the database
sessions = Session.objects.filter(meeting=meeting, group=mars)
sessions = Session.objects.filter(meeting=meeting, group=mars).order_by("id") # order to match edit() view
Copy link
Member

Choose a reason for hiding this comment

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

In case anyone looks back and notices this PR does more than remove the pin - this test happened to show instability while testing removal of the pin. We accepted taking the fix as part of this PR intentionally.

@rjsparks rjsparks merged commit 09f3477 into ietf-tools:main Jul 5, 2023
8 checks passed
@jennifer-richards jennifer-richards deleted the unpin-pydantic branch July 5, 2023 15:42
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants