Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Jun 8, 2023
1 parent 37bbbba commit 1ada58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openstack_controller/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python = ["3.9"]
setup = ["sandbox"]

[envs.default.overrides]
name."^py3.8$".e2e-env = { value = true }
name."^py3.9$".e2e-env = { value = true }
matrix.setup.e2e-env = { value = true, if = ["sandbox"], env = ["TF_VAR_google_credentials_file", "TF_VAR_google_compute_instance_name"] }
matrix.setup.env-vars = [
{ key = "USE_OPENSTACK_SANDBOX", value = "true", if = ["sandbox"] },
Expand Down
2 changes: 1 addition & 1 deletion teradata/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python = ["3.9"]
setup = ["sandbox"]

[envs.default.overrides]
name."^py3.8$".e2e-env = { value = true }
name."^py3.9$".e2e-env = { value = true }
matrix.setup.e2e-env = { value = true, if = ["sandbox"], env = ["TERADATA_SERVER"] }
matrix.setup.env-vars = [
{ key = "USE_TD_SANDBOX", value = "true", if = ["sandbox"] },
Expand Down

0 comments on commit 1ada58d

Please sign in to comment.