dd-trace-py icon indicating copy to clipboard operation
dd-trace-py copied to clipboard

test: fix testing warnings

Open emmanuel-ferdman opened this issue 6 months ago • 1 comments

PR Summary

This small PR migrates from unittest.assertEquals to unittest.assertEqual which is deprecated from Python2.7:

DeprecationWarning: Please use assertEqual instead.

emmanuel-ferdman avatar May 17 '25 01:05 emmanuel-ferdman

@emmanuel-ferdman I replaced this with an internal PR https://github.com/DataDog/dd-trace-py/pull/13827 to enable all of the privileged CI checks to run. your authorship is still on the commit itself.

emmettbutler avatar Jun 30 '25 17:06 emmettbutler