Skip to content

ci: weekly check. #1792

ci: weekly check.

ci: weekly check. #1792

Triggered via push February 24, 2025 19:39
Status Failure
Total duration 40s
Artifacts

precommit.yml

on: push
runner / Pre-commit actions
30s
runner / Pre-commit actions
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
runner / Pre-commit actions
Process completed with exit code 1.
test_bot.test_polls: tests/test_bot.py#L508
AssertionError: assert [{'poll_media...ext': 'Two'}}] == [{'poll_media...ext': 'Two'}}] At index 0 diff: {'poll_media': {'text': 'One', 'emoji': {'name': '1️⃣', 'animated': False, 'available': True}}} != {'poll_media': {'text': 'One', 'emoji': {'name': '1️⃣', 'animated': False}}} Full diff: [ { 'poll_media': { 'emoji': { 'animated': False, + 'available': True, 'name': '1️⃣', }, 'text': 'One', }, }, { 'poll_media': { 'emoji': { 'animated': False, + 'available': True, 'name': '2️⃣', }, 'text': 'Two', }, }, ]
test_bot.test_voice: tests/test_bot.py#L578
AssertionError: assert 230 != 230 + where 230 = <Player(Thread-4, stopped daemon 139984975693504)>._sent_payloads + where <Player(Thread-4, stopped daemon 139984975693504)> = <ActiveVoiceState: channel=GuildVoice(id=1343670892835639369, name='_test_voice_two-e3550b0', type=<ChannelType.GUILD_VOICE: 2>) guild=Guild(id=1338641304187306075, name='Interactions.py Test Suite', description=None) volume=0.5 playing=False audio=<AudioVolume: tests/test_audio.mp3>>.player
runner / Pre-commit actions: interactions/api/gateway/state.py#L44
Do not perform function call `asyncio.Event` in dataclass defaults
runner / Pre-commit actions: interactions/ext/paginators.py#L43
Do not perform function call `asyncio.Event` in dataclass defaults
runner / Pre-commit actions: interactions/ext/prefixed_commands/command.py#L235
Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
runner / Pre-commit actions: interactions/ext/prefixed_commands/command.py#L527
Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
runner / Pre-commit actions: interactions/models/discord/message.py#L617
`system_content` is too complex (20 > 13)