Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

fix: replace deprecated method - #297

Merged
cmungall merged 1 commit into
mainfrom
replace-deprecated-method
Feb 13, 2024
Merged

fix: replace deprecated method#297
cmungall merged 1 commit into
mainfrom
replace-deprecated-method

Conversation

@Silvanoc

@Silvanoc Silvanoc commented Feb 13, 2024

Copy link
Copy Markdown
Contributor

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 <silvano.cirujano-cuesta@siemens.com>
@codecov

codecov Bot commented Feb 13, 2024

Copy link
Copy Markdown

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 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