From b4d0eef977337df222788aa63da2d016988a8899 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 24 Jul 2024 12:41:01 -0700 Subject: [PATCH] cli: remove snapshot flag from pytest defaults (#24622) --- libs/cli/langchain_cli/integration_template/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/cli/langchain_cli/integration_template/pyproject.toml b/libs/cli/langchain_cli/integration_template/pyproject.toml index 907042737ee13..b8af44e74d15b 100644 --- a/libs/cli/langchain_cli/integration_template/pyproject.toml +++ b/libs/cli/langchain_cli/integration_template/pyproject.toml @@ -78,8 +78,7 @@ build-backend = "poetry.core.masonry.api" # section of the configuration file raise errors. # # https://github.com/tophat/syrupy -# --snapshot-warn-unused Prints a warning on unused snapshots rather than fail the test suite. -addopts = "--snapshot-warn-unused --strict-markers --strict-config --durations=5" +addopts = "--strict-markers --strict-config --durations=5" # Registering custom markers. # https://docs.pytest.org/en/7.1.x/example/markers.html#registering-markers markers = [