From e787d1ec53df6f35009c9a6551b41b788d3e76cd Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 31 May 2025 09:17:59 -0700 Subject: [PATCH] no regen --- tests/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources.py b/tests/resources.py index 68817c85..c1aa18d4 100644 --- a/tests/resources.py +++ b/tests/resources.py @@ -3,7 +3,7 @@ import shutil from pathlib import Path DISABLE_YOUTUBE_TESTS: bool = True -REGENERATE_FIXTURES: bool = True +REGENERATE_FIXTURES: bool = False RESOURCE_PATH: Path = Path("tests") / "resources" _FILE_FIXTURE_PATH: Path = RESOURCE_PATH / "file_fixtures"