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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: