Drew Devereux

Results 3 comments of Drew Devereux

Workaround for the docker case is to have `**/__pycache__` in your `.dockerignore`. But this doesn't fix the general issue of running locally or across a mount.

I am continuing to run into this issue when deploying the same test suite to different docker containers. The above workaround is fine if you copy the test suite into...

Encountered this error today. Poetry 1.3.2, installing from an open source git repo, not using a token. But also on macOS. We were installing into a Docker devcontainer, and we...