commit | a97aa08c0c44d8ac1c12325ffc9dc6ae66a3b07f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 12 15:51:23 2025 -0600 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun May 18 08:51:36 2025 +0200 |
tree | 5b1f3f8b2bf9fc7f2c8af4105d0c3a81190c95e7 | |
parent | ab31251f7ac5094c583cf03c5a2959ce10f63696 [diff] |
CI, docs: Install test/py/requirements.txt as well As noted by Quentin, in CI we should be at least versioning the pytest that we install. To avoid problems later, go with the whole requirements file being used. Furthermore, our documentation building for readthedocs must also have pytest so install the requirements file there as well. Reported-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Tom Rini <trini@konsulko.com>