cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Use assertEqual instead of assertEquals for Python 3.11 compatibility. #511

Closed tirkarthi closed 2 years ago

tirkarthi commented 2 years ago

Checklist

Description

The deprecated aliases have been removed in Python 3.11 in https://github.com/python/cpython/pull/28268

Schema & API Changes

Security and Privacy

Testing

Monitoring and Logging

eiri commented 2 years ago

@tirkarthi Thank you for your contribution! This looks good.