-
Notifications
You must be signed in to change notification settings - Fork 11
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 ArtifactRegistry Authentication broken #15
Comments
Here's the configuration I'd recommend instead:
[tox]
isolated_build = True
envlist = py
requires = keyrings.google-artifactregistry-auth
[testenv]
basepython = python3.7
skip_install = true
deps =
-r requirements.txt
commands =
If that works for you, let me know here and I'll update the docs accordingly. |
This works! |
Great, #16 should resolve it. Thanks for the report! |
This is not the right place to ask, but do you know if/when poetry support will come through? |
@hellowor1dn I created #17 to track that. |
Thanks again! |
@di Thanks for work around. |
@di how do you do this with project.toml? I have no requirements.txt file. I tried setting the install_command but this fails with the above problem (its waiting for user creds to be entered)
|
It doesn't seem like Tox actually uses the keyring properly, because it's waiting for a username/password, but I'm not sure if/where I've gone wrong in my configuration.
System python version: 3.9.5
Venv version: 3.7.10
Sample Tox.ini
Terminal output:
Log output:
The text was updated successfully, but these errors were encountered: