jplana / python-etcd

A python client for etcd
Other
522 stars 210 forks source link

Replace removed TestCase method aliases #289

Open musicinmybrain opened 3 months ago

musicinmybrain commented 3 months ago

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