I tried using docker-tox with a project that already includes a .python-version file for local development. This seems to break docker-tox since pyenv in the container will then try to find those environments for running tox.
I guess docker-entrypoint.sh should just exclude this file if it happens to exist, but I didn't test this further.
I tried using docker-tox with a project that already includes a .python-version file for local development. This seems to break docker-tox since pyenv in the container will then try to find those environments for running tox.
I guess
docker-entrypoint.shshould just exclude this file if it happens to exist, but I didn't test this further.