Closed The-inside-man closed 3 years ago
looks like Python 2.7, pypy and pypy3 have issues with the newer items.
Looks to have no issue with the isAlive() to is_alive() change across all versions.
Will do more research on how to make compatible with older versions of python and come back to this.
Summary
Noticed many warnings related to deprecated usage. Updated to the Python recommended versions. assertRaisesRegexp -> assertRaisesRegex, assertEquals -> assertEqual, and isAlive() -> isAlive()
Test plan
Run through tests with prior Python versions for compatibility generated from this PR.
Issues
Not attached to any Jira