infra: remove use of --vcr-record=none (#31452)

This option is specific to `pytest-vcr`. `pytest-recording` runs in this
mode by default.
This commit is contained in:
ccurme
2025-06-01 10:49:59 -04:00
committed by GitHub
parent 3db1aa0ba6
commit d3be4a0c56
4 changed files with 2 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ test tests:
uv run --group test pytest -vvv --disable-socket --allow-unix-socket $(TEST_FILE)
integration_test integration_tests:
uv run --group test --group test_integration pytest -vvv --timeout 30 $(TEST_FILE) --vcr-record=none
uv run --group test --group test_integration pytest -vvv --timeout 30 $(TEST_FILE)
test_watch:
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)