-
Notifications
You must be signed in to change notification settings - Fork 83
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
test: replace deprecated TestCase.assertEquals #350
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #350 +/- ##
=======================================
Coverage 71.18% 71.18%
=======================================
Files 18 18
Lines 1898 1898
Branches 332 332
=======================================
Hits 1351 1351
Misses 402 402
Partials 145 145
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks! Can you please add a changelog-fragment? Otherwise this PR is fine. |
`TestCase.assertEquals` is depracated and removed in Python 3.12. Signed-off-by: Benjamin Drung <[email protected]>
Added |
`TestCase.assertEquals` was deprecated and removed in Python 3.12. Similar to ansible-collections#350, but for code that was added later.
`TestCase.assertEquals` was deprecated and removed in Python 3.12. Similar to ansible-collections#350, but for code that was added later.
`TestCase.assertEquals` was deprecated and removed in Python 3.12. Similar to #350, but for code that was added later.
SUMMARY
TestCase.assertEquals
is depracated and removed in Python 3.12.ISSUE TYPE
COMPONENT NAME
test