google / mobly

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

Install package 'absl-py' for testing #685

Closed syaoranx closed 3 years ago

syaoranx commented 3 years ago

To execute pytest with named_parameters, need absl-py install first.


This change is Reviewable

xpconanfan commented 3 years ago

Why do we need absl?

syaoranx commented 3 years ago

Why do we need absl?

To implement this comment with named_parameters for the same uni test.

Build fails here without absl.

xpconanfan commented 3 years ago

Discussed offline, this is not needed at the moment.