Skip to content

Commit f9e6c69

Browse files
author
yuhongxiao
committed
增加流失音频合成功能
1 parent 538fe6e commit f9e6c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
9090
markers = [
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/

0 commit comments

Comments
 (0)