Fix dependency assertions in tests

Added a new `aiohttp` dependency for Slack
This commit is contained in:
Aleksander W. Oleszkiewicz (auticon) 2026-07-07 10:10:16 +02:00 committed by Xubin Ren
parent 379785d365
commit 65d32ffd6c

View File

@ -1103,6 +1103,7 @@ def test_optional_dependency_metadata_for_enable():
assert deps["napcat"] == ["aiohttp>=3.9.0,<4.0.0"]
assert deps["qq"] == ["aiohttp>=3.9.0,<4.0.0", "qq-botpy>=1.2.0,<2.0.0"]
assert deps["slack"] == [
"aiohttp>=3.9.0,<4.0.0",
"slack-sdk>=3.39.0,<4.0.0",
"slackify-markdown>=0.2.0,<1.0.0",
]