Skip to content

ci: correct from checks. #1723

ci: correct from checks.

ci: correct from checks. #1723

Triggered via push December 9, 2024 22:27
Status Failure
Total duration 36s
Artifacts

precommit.yml

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

Annotations

3 errors and 4 warnings
runner / Pre-commit actions
Process completed with exit code 1.
test_bot.test_voice: tests/test_bot.py#L578
AssertionError: assert 237 != 237 + where 237 = <Player(Thread-4, stopped daemon 139665125393984)>._sent_payloads + where <Player(Thread-4, stopped daemon 139665125393984)> = <ActiveVoiceState: channel=GuildVoice(id=1315808875357667470, name='_test_voice_two-3b7b2bc', type=<ChannelType.GUILD_VOICE: 2>) guild=Guild(id=1041449294022070292, name='NAFF Test Suite', description=None) volume=0.5 playing=False audio=<AudioVolume: tests/test_audio.mp3>>.player
test_bot.test_emoji: tests/test_bot.py#L1
failed on teardown with "exceptiongroup.ExceptionGroup: errors while tearing down <Module test_bot.py> (2 sub-exceptions)"
runner / Pre-commit actions
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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)