mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use quotes when the nox session has parentheses
This commit is contained in:
parent
e76520bcfe
commit
2e4a208c21
1 changed files with 2 additions and 2 deletions
|
@ -639,8 +639,8 @@ def pkg_matrix(ctx: Context, distro_slug: str):
|
|||
_matrix = []
|
||||
for sess in (
|
||||
"test-pkgs-3",
|
||||
"test-upgrade-pkgs-3(classic=False)",
|
||||
"test-upgrade-pkgs-3(classic=False)",
|
||||
"'test-upgrade-pkgs-3(classic=False)'",
|
||||
"'test-upgrade-pkgs-3(classic=True)'",
|
||||
):
|
||||
_matrix.append({"nox-session": sess})
|
||||
print(json.dumps(_matrix))
|
||||
|
|
Loading…
Add table
Reference in a new issue