python-etcd icon indicating copy to clipboard operation
python-etcd copied to clipboard

Replace removed TestCase method aliases

Open musicinmybrain opened this issue 1 year ago • 0 comments

Particularly, replace assertEquals() with assertEqual().

These were deprecated for many years, and were removed in Python 3.12. See: https://docs.python.org/3.12/whatsnew/3.12.html#id3

musicinmybrain avatar Aug 08 '24 00:08 musicinmybrain