Skip to content

Commit ff7a997

Browse files
committed
temporarily ellide powershell prompt installation tests
1 parent b674065 commit ff7a997

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

justfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,10 @@ test-powershell:
287287
. .venv/Scripts/activate.ps1
288288
pytest --cov-append tests/shellcompletion/test_shell_resolution.py::TestShellResolution::test_powershell tests/test_parser_completers.py tests/test_parser_completers.py tests/shellcompletion/test_powershell.py::PowerShellTests tests/shellcompletion/test_powershell.py::PowerShellExeTests
289289
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
290-
uv sync --no-extra rich
291-
. .venv/Scripts/activate.ps1
292-
pytest --cov-append tests/shellcompletion/test_powershell.py::PowerShellExeTests::test_prompt_install
293-
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
290+
# uv sync --no-extra rich
291+
# . .venv/Scripts/activate.ps1
292+
# pytest --cov-append tests/shellcompletion/test_powershell.py::PowerShellExeTests::test_prompt_install
293+
# if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
294294

295295
# test pwsh shell completions
296296
[script("pwsh")]
@@ -299,10 +299,10 @@ test-pwsh:
299299
. .venv/Scripts/activate.ps1
300300
pytest --cov-append tests/shellcompletion/test_shell_resolution.py::TestShellResolution::test_pwsh tests/test_parser_completers.py tests/shellcompletion/test_powershell.py::PWSHTests tests/shellcompletion/test_powershell.py::PWSHExeTests
301301
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
302-
uv sync --no-extra rich
303-
. .venv/Scripts/activate.ps1
304-
pytest --cov-append tests/shellcompletion/test_powershell.py::PWSHExeTests::test_prompt_install
305-
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
302+
# uv sync --no-extra rich
303+
# . .venv/Scripts/activate.ps1
304+
# pytest --cov-append tests/shellcompletion/test_powershell.py::PWSHExeTests::test_prompt_install
305+
# if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
306306

307307
# test fish shell completions
308308
[script("fish")]

0 commit comments

Comments
 (0)