We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After first run of command make test from 3 step in contribution guide, second run failed with a list of errors:
make test
... rm: cannot remove 'project_new/.pytest_cache/*': Permission denied ... rm: cannot remove 'project_new/.mypy_cache/*': Permission denied ...
I'm on Linux, Ubuntu 18.04 and I think this issue is related to this issue moby/moby#3124
Also, this is not reproducible on MacOS
The text was updated successfully, but these errors were encountered:
Hi 👋
This error connected only with linux. Docker create all files as a root user and when u try remove them u got current error.
I know some solution:
mypy you_project --cache-dir=/dev/null pytest -p no:cacheprovider
Please, text me back if any of these approaches has helped you
Sorry, something went wrong.
Docker should be made to use a special docker user instead of creating files as root
docker
No branches or pull requests
After first run of command
make test
from 3 step in contribution guide, second run failed with a list of errors:I'm on Linux, Ubuntu 18.04 and I think this issue is related to this issue moby/moby#3124
Also, this is not reproducible on MacOS
The text was updated successfully, but these errors were encountered: