cli: remove snapshot flag from pytest defaults (#24622)

This commit is contained in:
Erick Friis
2024-07-24 12:41:01 -07:00
committed by GitHub
parent fea9ff3831
commit 3a55f4bfe9

View File

@@ -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 = [