Re: /homeless-shelter workaround

2019-07-17 Thread Marius Bakke
Jesse Gibbons writes: > A package I am building fails multiple tests with the following error: > OSError: [Errno 13] Permission denied: '/homeless-shelter' > > It is trying to make subdirectories to the builder's $HOME directory, > which does not exist. Is there a standard workaround for this?

/homeless-shelter workaround

2019-07-17 Thread Jesse Gibbons
A package I am building fails multiple tests with the following error: OSError: [Errno 13] Permission denied: '/homeless-shelter' It is trying to make subdirectories to the builder's $HOME directory, which does not exist. Is there a standard workaround for this? -Jesse