Skip to content

fix: pass adt env to tox#733

Merged
rockygeekz merged 2 commits into
mainfrom
fix/pass-adt-env-to-tox
Apr 20, 2026
Merged

fix: pass adt env to tox#733
rockygeekz merged 2 commits into
mainfrom
fix/pass-adt-env-to-tox

Conversation

@rockygeekz
Copy link
Copy Markdown
Contributor

Summary

  • Add ADT_* to tox pass_env so ADT_CONTAINER_ENGINE is forwarded to build scripts like devspaces.sh

Problem

tools/devspaces.sh defaults to docker when ADT_CONTAINER_ENGINE is unset. Tox strips this variable because it's not in pass_env, so running ADT_CONTAINER_ENGINE=podman tox -e devspaces still fails with docker: command not found.

Fix

Added ADT_* to pass_env in pyproject.toml, consistent with existing wildcards like DOCKER_*, CONTAINER_*, and UV_*.

@rockygeekz rockygeekz merged commit 465009c into main Apr 20, 2026
23 checks passed
@rockygeekz rockygeekz deleted the fix/pass-adt-env-to-tox branch April 20, 2026 15:05
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Apr 28, 2026
sdwilsh pushed a commit to sdwilsh/ansible-playbooks that referenced this pull request Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant