OpenKMIP / PyKMIP

A Python implementation of the KMIP specification.
Apache License 2.0
272 stars 134 forks source link

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

Closed tirkarthi closed 2 years ago

tirkarthi commented 3 years ago

The deprecated aliases were removed in Python 3.11 in python/cpython#28268