cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)
Apache License 2.0
731 stars 248 forks source link

Use assertTrue instead of failUnless for Python 3.11 compatibility. #482

Closed tirkarthi closed 2 years ago

tirkarthi commented 3 years ago

The deprecated aliases were removed in Python 3.11 in python/cpython#28268 . assertTrue is present in both Python 2 and 3.

csringhofer commented 2 years ago

Thanks for fixing this!