diff options
| author | Tom Rini <trini@konsulko.com> | 2025-05-12 15:51:23 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-05-18 08:51:36 +0200 |
| commit | 9effbe1548f5ede3901832c747ea2b48ba8f847e (patch) | |
| tree | 5b1f3f8b2bf9fc7f2c8af4105d0c3a81190c95e7 /.readthedocs.yml | |
| parent | 4cb72436403069baf58c0d5187149db7ab76fb85 (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>
Diffstat (limited to '.readthedocs.yml')
| -rw-r--r-- | .readthedocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 16418f286dc..9b6d251b738 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -22,3 +22,4 @@ formats: [] python: install: - requirements: doc/sphinx/requirements.txt + - requirements: test/py/requirements.txt |
