We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445e791 commit 44ec412Copy full SHA for 44ec412
justfile
@@ -299,8 +299,8 @@ test-pwsh:
299
test-fish:
300
uv sync --no-extra rich
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
+ #uv sync --all-extras
+ #source .venv/bin/activate.fish && pytest --cov-append tests/shellcompletion/test_fish.py::FishExeShellTests::test_prompt_install
304
305
# run tests
306
test *TESTS:
0 commit comments