Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Dec 12, 2024
1 parent cb2fef7 commit a61ce35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def build(self):


@pytest.mark.skipif(platform.system() != "Windows", reason="Test for powershell")
@pytest.mark.parametrize("powershell", [True, "powershell.exe", "pwsh", "powershell.exe -NoProfile", "pwsh -NoProfile"])
@pytest.mark.parametrize("powershell", [True, "powershell.exe", "pwsh", '"powershell.exe -NoProfile"', '"pwsh -NoProfile"'])
def test_concatenate_build_and_run_env(powershell):
# this tests that if we have both build and run env, they are concatenated correctly when using
# powershell
Expand Down

0 comments on commit a61ce35

Please sign in to comment.