Skip to content

Commit

Permalink
cli: remove snapshot flag from pytest defaults (langchain-ai#24622)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored and olgamurraft committed Aug 16, 2024
1 parent 52d2457 commit b4d0eef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/cli/langchain_cli/integration_template/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit b4d0eef

Please sign in to comment.