Skip to content
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 -e deps needs to be allowed to run git #3928

Merged
merged 2 commits into from Jun 12, 2023

Conversation

ziegenberg
Copy link
Contributor

Running tox -e deps fails:

$ tox -e deps 
deps: commands[0]> python -m pre_commit run --all --show-diff-on-failure --hook-stage manual pip-compile
pip-compile..............................................................Passed
pip-compile-upgrade......................................................Passed
lock.....................................................................Passed
deps: commands[1]> pre-commit autoupdate
[https://github.com/pre-commit/mirrors-prettier] updating v3.0.0-alpha.6 -> v3.0.0-alpha.9-for-vscode
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/psf/black] already up to date!
[https://github.com/pre-commit/pre-commit-hooks.git] already up to date!
[https://github.com/adrienverge/yamllint.git] updating v1.30.0 -> v1.32.0
[https://github.com/charliermarsh/ruff-pre-commit] updating v0.0.262 -> v0.0.270
[https://github.com/pre-commit/mirrors-mypy] updating v1.2.0 -> v1.3.0
[https://github.com/pycqa/pylint] already up to date!
[https://github.com/jazzband/pip-tools] already up to date!
deps: commands[2]> git diff --exit-code
deps: failed with git is not allowed, use allowlist_externals to allow it
  deps: FAIL code 1 (42.35 seconds)
  evaluation failed :( (42.42 seconds)

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
@ziegenberg ziegenberg requested review from a team as code owners June 6, 2023 14:12
@ziegenberg ziegenberg requested review from jseguillon, apatard, ssbarnea, cidrblock and priyamsahoo and removed request for a team June 6, 2023 14:12
@github-actions github-actions bot added the bug label Jun 6, 2023
@ziegenberg ziegenberg added test Improvement to quality assurance: CI/CD, testing, building and removed bug labels Jun 6, 2023
@ziegenberg ziegenberg changed the title tox -e deps needs to be allowed to run git tox -e deps needs to be allowed to run git Jun 6, 2023
@github-actions github-actions bot added the bug label Jun 7, 2023
@ssbarnea ssbarnea merged commit c3880b6 into ansible:main Jun 12, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug skip-changelog test Improvement to quality assurance: CI/CD, testing, building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants