File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -299,8 +299,8 @@ test-pwsh:
299
299
test-fish :
300
300
uv sync --no-extra rich
301
301
source .venv/ bin/ activate.fish && pytest --cov-append tests/ shellcompletion/ test_shell_resolution.py::TestShellResolution::test_fish tests/ test_parser_completers.py tests/ shellcompletion/ test_fish.py
302
- # uv sync --all-extras
303
- # source .venv/bin/activate.fish && pytest --cov-append tests/shellcompletion/test_fish.py::FishExeShellTests::test_prompt_install
302
+ uv sync --all-extras
303
+ source .venv/ bin/ activate.fish && pytest --cov-append tests/ shellcompletion/ test_fish.py::FishExeShellTests::test_prompt_install
304
304
305
305
# run tests
306
306
test * TESTS :
Original file line number Diff line number Diff line change @@ -107,3 +107,6 @@ def test_multi_install(self): ...
107
107
108
108
@pytest .mark .skip (reason = "TODO" )
109
109
def test_path_completion (self ): ...
110
+
111
+ @pytest .mark .skip (reason = "TODO" )
112
+ def test_prompt_install (self ): ...
You can’t perform that action at this time.
0 commit comments