-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
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
tox is not working for me #3019
Comments
diff --git a/tox.ini b/tox.ini
index 29af5bba..71076f4b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ usedevelop = false
depends =
skip_install = true
commands =
- docker build --build-arg PYTHON_VERSION={env:PYTHON_VERSION} -t balrog_backend-{envname}-test -f Dockerfile.test .
+ docker buildx build --build-arg PYTHON_VERSION={env:PYTHON_VERSION} -t balrog_backend-{envname}-test -f Dockerfile.test .
docker run --rm -v {toxinidir}:/app -v balrog_backend-{envname}-tox:/app/.tox -e TOXENV={env:TOXENV} balrog_backend-{envname}-test test
[testenv] |
Calling |
Now I see:
|
@MelakuAlehegn is also having issues running |
I'm still experiencing it on my Linux machine @gabrielBusta |
Try to add your user to the docker group or use |
@godplayer56 Adding user to docker groups had resolved on my end. @gabrielBusta |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see this error when I run
tox
The text was updated successfully, but these errors were encountered: