Skip to content

Commit

Permalink
Update pass_env
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 20, 2025
1 parent bb43698 commit 8ca450e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires =

[testenv]
pass_env =
MAPPER_*
{{cookiecutter.mapper_id.replace('-', '_').upper()}}_*
deps =
pytest
commands =
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter/tap-template/{{cookiecutter.tap_id}}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires =

[testenv]
pass_env =
TAP_*
{{cookiecutter.tap_id.replace('-', '_').upper()}}_*
deps =
pytest
commands =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires =

[testenv]
pass_env =
TARGET_*
{{cookiecutter.target_id.replace('-', '_').upper()}}_*
deps =
pytest
commands =
Expand Down

0 comments on commit 8ca450e

Please sign in to comment.