Skip to content

Commit

Permalink
genai: disable addopts of pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu007 committed Oct 12, 2024
1 parent c53bad8 commit 8b68b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/genai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ build-backend = "poetry.core.masonry.api"
#
# https://github.com/tophat/syrupy
# --snapshot-warn-unused Prints a warning on unused snapshots rather than fail the test suite.
addopts = "--strict-markers --strict-config --durations=5"
#addopts = "--snapshot-warn-unused --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 8b68b65

Please sign in to comment.