From 12146db5912c748731586ed0a54c1799b68b4e35 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Tue, 4 Feb 2025 08:45:06 -0500 Subject: [PATCH] test: use recommended pytest-vcr settings (#491) --- .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