Azure CI: Be explicit about pytest cache directory
authorTom Rini <trini@konsulko.com>
Tue, 28 Feb 2023 20:28:49 +0000 (15:28 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Mar 2023 01:04:09 +0000 (21:04 -0400)
commit542ae5234e38945ff04124aaaa3a26fb6c4d6f7d
treed6856d9b5f5125cf85d672f91ccb1eac1cc1ae81
parentbe566abd0ff3c917d91e1435948a5f900133e011
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>
.azure-pipelines.yml