google / mobly

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

Drop the py2 compatibility support modules. #720

Closed eric100lin closed 3 years ago

eric100lin commented 3 years ago
  1. Remove future.print_function which is mandatory in py3
  2. Remove future.standard_library.install_aliases() which provides aliases in py2.x

Reference: https://docs.python.org/3/library/__future__.html https://python-future.org/reference.html?highlight=install_aliases#module-future.standard_library


This change is Reviewable