WojciechMula / pyahocorasick

Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
914 stars 122 forks source link

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

Closed tirkarthi closed 2 years ago

tirkarthi commented 2 years ago

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

pombredanne commented 2 years ago

I am merging this in the release branch for 1.4.3