commit | da8ba7fadc240020ab8d39b29f6e0ad79d6450bc | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Feb 28 15:28:49 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 21 21:04:09 2023 -0400 |
tree | d6856d9b5f5125cf85d672f91ccb1eac1cc1ae81 | |
parent | 9303a4c05dcae251b5afd1db32974d08b11dfa87 [diff] |
Azure CI: Be explicit about pytest cache directory The default pytest cache directory is in a read-only directory in Azure, which results in a warning on the build page. Use the pytest command line option to set the cache dir to somewhere writable. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>