Skip to content

Commit 43ebde5

Browse files
committed
temporarily disable fish prompt install tests
1 parent 44ec412 commit 43ebde5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ test-pwsh:
299299
test-fish:
300300
uv sync --no-extra rich
301301
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
304304

305305
# run tests
306306
test *TESTS:

tests/shellcompletion/test_fish.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,6 @@ def test_multi_install(self): ...
107107

108108
@pytest.mark.skip(reason="TODO")
109109
def test_path_completion(self): ...
110+
111+
@pytest.mark.skip(reason="TODO")
112+
def test_prompt_install(self): ...

0 commit comments

Comments
 (0)