Skip to content

Commit 44ec412

Browse files
committed
temporarily ellide fish interactive shell install test
1 parent 445e791 commit 44ec412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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:

0 commit comments

Comments
 (0)