python-etcd
python-etcd copied to clipboard
Use assertEqual for Python 3.11 compatibility
assertEquals has been deprecated since Python 3.2 and is removed in 3.11. Use assertEqual instead.
https://docs.python.org/3.11/whatsnew/3.11.html#removed