From fae6ad941cb32f406f6d2c322128273f8c0315d0 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Mon, 3 Feb 2025 20:50:04 -0500 Subject: [PATCH] test: use recommended pytest-vcr settings --- .github/workflows/python-cqa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-cqa.yml b/.github/workflows/python-cqa.yml index 0df49c85..16d2264e 100644 --- a/.github/workflows/python-cqa.yml +++ b/.github/workflows/python-cqa.yml @@ -52,7 +52,7 @@ jobs: pip install -e .[dev,extras] - name: Test with pytest run: | - python -m pytest + python -m pytest --vcr-record=none precommit_hooks: runs-on: ubuntu-latest