google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
640 stars 179 forks source link

Drop the py2 compatibility in raise_with_traceback. #727

Closed eric100lin closed 3 years ago

eric100lin commented 3 years ago

Directly call BaseException#with_traceback to remove "future" module dependence. Reference: https://github.com/PythonCharmers/python-future/blob/master/src/future/utils/__init__.py#L446


This change is Reviewable