[U-Boot] [PATCH] test/py: Set cache_dir to /tmp/.pytest_cache

2019-10-31 Thread Tom Rini
For some time now, pytest has supported setting where a cache directory that it will use is located (and in turn has logic to re-use this cache and speed things up when possible). When running the pytest tests on Azure Pipelines, our source directory is read-only and we now see a warning about bei

Re: [U-Boot] [PATCH] test/py: Set cache_dir to /tmp/.pytest_cache

2019-10-31 Thread Bin Meng
Hi Tom, On Thu, Oct 31, 2019 at 10:51 PM Tom Rini wrote: > > For some time now, pytest has supported setting where a cache directory > that it will use is located (and in turn has logic to re-use this cache > and speed things up when possible). When running the pytest tests on > Azure Pipelines,

Re: [U-Boot] [PATCH] test/py: Set cache_dir to /tmp/.pytest_cache

2019-10-31 Thread Tom Rini
On Thu, Oct 31, 2019 at 11:13:32PM +0800, Bin Meng wrote: > Hi Tom, > > On Thu, Oct 31, 2019 at 10:51 PM Tom Rini wrote: > > > > For some time now, pytest has supported setting where a cache directory > > that it will use is located (and in turn has logic to re-use this cache > > and speed things

Re: [U-Boot] [PATCH] test/py: Set cache_dir to /tmp/.pytest_cache

2019-10-31 Thread Stephen Warren
On 10/31/19 8:51 AM, Tom Rini wrote: For some time now, pytest has supported setting where a cache directory that it will use is located (and in turn has logic to re-use this cache and speed things up when possible). When running the pytest tests on Azure Pipelines, our source directory is read-

Re: [U-Boot] [PATCH] test/py: Set cache_dir to /tmp/.pytest_cache

2019-10-31 Thread Tom Rini
On Thu, Oct 31, 2019 at 10:04:18AM -0600, Stephen Warren wrote: > On 10/31/19 8:51 AM, Tom Rini wrote: > > For some time now, pytest has supported setting where a cache directory > > that it will use is located (and in turn has logic to re-use this cache > > and speed things up when possible). Whe

Re: [U-Boot] [PATCH] test/py: Set cache_dir to /tmp/.pytest_cache

2019-10-31 Thread Stephen Warren
On 10/31/19 10:07 AM, Tom Rini wrote: On Thu, Oct 31, 2019 at 10:04:18AM -0600, Stephen Warren wrote: On 10/31/19 8:51 AM, Tom Rini wrote: For some time now, pytest has supported setting where a cache directory that it will use is located (and in turn has logic to re-use this cache and speed th

Re: [U-Boot] [PATCH] test/py: Set cache_dir to /tmp/.pytest_cache

2019-10-31 Thread Tom Rini
On Thu, Oct 31, 2019 at 10:12:06AM -0600, Stephen Warren wrote: > On 10/31/19 10:07 AM, Tom Rini wrote: > > On Thu, Oct 31, 2019 at 10:04:18AM -0600, Stephen Warren wrote: > > > On 10/31/19 8:51 AM, Tom Rini wrote: > > > > For some time now, pytest has supported setting where a cache directory > >

Re: [U-Boot] [PATCH] test/py: Set cache_dir to /tmp/.pytest_cache

2019-10-31 Thread Stephen Warren
On 10/31/19 10:17 AM, Tom Rini wrote: On Thu, Oct 31, 2019 at 10:12:06AM -0600, Stephen Warren wrote: On 10/31/19 10:07 AM, Tom Rini wrote: On Thu, Oct 31, 2019 at 10:04:18AM -0600, Stephen Warren wrote: On 10/31/19 8:51 AM, Tom Rini wrote: For some time now, pytest has supported setting wher