From 76bd192f826fce718a6a32406331a7eb39e1641c Mon Sep 17 00:00:00 2001 From: Robin Richtsfeld Date: Thu, 27 Apr 2023 03:55:01 +0200 Subject: [PATCH] Set `vcr_config` scope to "session" (#3361) Co-authored-by: BillSchumacher <34168009+BillSchumacher@users.noreply.github.com> --- tests/integration/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 4534bce8..a3c4da6e 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -3,7 +3,7 @@ import pytest from tests.vcr.openai_filter import before_record_request, before_record_response -@pytest.fixture +@pytest.fixture(scope="session") def vcr_config(): # this fixture is called by the pytest-recording vcr decorator. return {