google / mobly

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

Drop py2 and py<3.6 support in README.md. #703

Closed eric100lin closed 3 years ago

eric100lin commented 3 years ago

The Python 3.6 needs pytest<6.2.0 due to f-string and some compatibility issues: https://github.com/pytest-dev/pytest/commit/66bd44c13aa7fd1c94dd70aee40ce2d50ec20f2e https://github.com/pytest-dev/pytest/releases/tag/6.2.0


This change is Reviewable