You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#314 adds a user pawsapp for running uWSGI. This causes a problem because pytest can't write test results under /app/.pytest_cache/v/cache which is owned by root:
drwxr-xr-x 3 root root 4096 Mar 10 20:07 .pytest_cache
c-simpson
changed the title
'pawsapp' user does not have write access to /app and children
Testing:'pawsapp' user does not have write access to /app and children
Oct 12, 2021
Uh oh!
There was an error while loading. Please reload this page.
#314 adds a user pawsapp for running uWSGI. This causes a problem because pytest can't write test results under
/app/.pytest_cache/v/cache
which is owned by root:drwxr-xr-x 3 root root 4096 Mar 10 20:07 .pytest_cache
For this, we could
Are there similar cases we might run into?
The text was updated successfully, but these errors were encountered: