Skip to content

Conversation

@Silvanoc
Copy link
Contributor

@Silvanoc Silvanoc commented Feb 13, 2024

Unittest method "assertEquals" is deprecated since Python 3.1, but was still present in the code.

The deprecated method was removed with bpo-45162 1 and merged on 3.11.

Unittest method "assertEquals" is deprecated since Python 3.1, but was
still present in the code.

The deprecated method was removed with bpo-45162 [1] and merged on 3.11.

[1]: python/cpython#28268

Signed-off-by: Silvano Cirujano Cuesta <[email protected]>
@codecov
Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2e35728) 62.90% compared to head (ad09d00) 62.90%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #297   +/-   ##
=======================================
  Coverage   62.90%   62.90%           
=======================================
  Files          62       62           
  Lines        8529     8529           
  Branches     2239     2239           
=======================================
  Hits         5365     5365           
  Misses       2554     2554           
  Partials      610      610           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cmungall cmungall merged commit cbe0300 into main Feb 13, 2024
@amc-corey-cox amc-corey-cox deleted the replace-deprecated-method branch October 20, 2025 16:11
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