@@ -287,10 +287,10 @@ test-powershell:
287
287
. .venv/ Scripts/ activate.ps1
288
288
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
289
289
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 }
294
294
295
295
# test pwsh shell completions
296
296
[script (" pwsh" )]
@@ -299,10 +299,10 @@ test-pwsh:
299
299
. .venv/ Scripts/ activate.ps1
300
300
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
301
301
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 }
306
306
307
307
# test fish shell completions
308
308
[script (" fish" )]
0 commit comments