Skip to content

Commit ac1d78e

Browse files
committed
chore: mute expected warning about RedisScheduleSource in tests
1 parent 0161390 commit ac1d78e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,9 @@ allow-magic-value-types = ["int", "str", "float"]
127127

128128
[tool.ruff.lint.flake8-bugbear]
129129
extend-immutable-calls = ["taskiq_dependencies.Depends", "taskiq.TaskiqDepends"]
130+
131+
[tool.pytest.ini_options]
132+
filterwarnings = [
133+
# about deprecated RedisScheduleSource usage - delete after removing RedisScheduleSource
134+
'ignore:RedisScheduleSource is deprecated:DeprecationWarning',
135+
]

0 commit comments

Comments
 (0)