File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ build-backend = "poetry.core.masonry.api"
8484#
8585# https://github.com/tophat/syrupy
8686# --snapshot-warn-unused Prints a warning on unused snapshots rather than fail the test suite.
87- addopts = " --strict-markers --strict-config --durations=5 -svv"
87+ addopts = " --strict-markers --strict-config --durations=5 --snapshot-warn-unused - svv"
8888# Registering custom markers.
8989# https://docs.pytest.org/en/7.1.x/example/markers.html#registering-markers
9090markers = [
9191 " requires: mark tests as requiring a specific library" ,
9292 " scheduled: mark tests to run in scheduled testing" ,
9393 " compile: mark placeholder test used to compile integration tests without running them"
9494]
95- # asyncio_mode = "auto"
95+ asyncio_mode = " auto"
9696
9797
9898# https://python-poetry.org/docs/repositories/
You can’t perform that action at this time.
0 commit comments