From 3cb738dfbb342e071ef405ca4f4bb209dee2454b Mon Sep 17 00:00:00 2001 From: jinno Date: Sun, 1 Sep 2024 20:53:24 +0900 Subject: [PATCH] genai: disable addopts of pyproject.toml --- libs/genai/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/genai/pyproject.toml b/libs/genai/pyproject.toml index fdacf04c..ad8c7c1f 100644 --- a/libs/genai/pyproject.toml +++ b/libs/genai/pyproject.toml @@ -119,7 +119,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 = [