Skip to content

[pre-commit.ci] pre-commit autoupdate #491

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #491

Triggered via push April 6, 2026 17:37
Status Failure
Total duration 44s
Artifacts
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
TestPopcornNotify.test_popcornnotify_error: TestPopcornNotify#L1
assert 'Please provide a valid API key' in ['<!DOCTYPE html>\n<html>\n <head>\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <me... <body>\n <iframe src="https://www.herokucdn.com/error-pages/application-error.html"></iframe>\n </body>\n</html>'] + where ['<!DOCTYPE html>\n<html>\n <head>\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <me... <body>\n <iframe src="https://www.herokucdn.com/error-pages/application-error.html"></iframe>\n </body>\n</html>'] = <Response,provider=Popcornnotify,status=Failure, errors=['<!DOCTYPE html>\n<html>\n <head>\n <meta name="viewport"...<body>\n <iframe src="https://www.herokucdn.com/error-pages/application-error.html"></iframe>\n </body>\n</html>']>.errors
TestPushover.test_pushover_priority_2_restrictions[data0-expire]: TestPushover#L1
AssertionError: assert 'expire' in 'Notification errors: application token is invalid, see https://pushover.net/api' + where 'Notification errors: application token is invalid, see https://pushover.net/api' = <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api>.message + where <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api> = <ExceptionInfo <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api> tblen=2>.value
TestPushover.test_pushover_priority_2_restrictions[data1-retry]: TestPushover#L1
AssertionError: assert 'retry' in 'Notification errors: application token is invalid, see https://pushover.net/api' + where 'Notification errors: application token is invalid, see https://pushover.net/api' = <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api>.message + where <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api> = <ExceptionInfo <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api> tblen=2>.value
TestPushover.test_sanity: TestPushover#L1
notifiers.exceptions.NotificationError: Notification errors: application token is invalid, see https://pushover.net/api
TestPushover.test_all_options: TestPushover#L1
notifiers.exceptions.NotificationError: Notification errors: application token is invalid, see https://pushover.net/api
TestPushover.test_attachment_positive: TestPushover#L1
notifiers.exceptions.NotificationError: Notification errors: application token is invalid, see https://pushover.net/api
TestPushoverSoundsResource.test_pushover_sounds_positive: TestPushoverSoundsResource#L1
notifiers.exceptions.ResourceError: Notifier resource errors: application token is invalid
TestPushoverLimitsResource.test_pushover_limits_positive: TestPushoverLimitsResource#L1
notifiers.exceptions.ResourceError: Notifier resource errors: application token is invalid
TestPushoverCLI.test_pushover_sounds_positive: TestPushoverCLI#L1
assert not 1 + where 1 = <Result <ResourceError: Notifier resource errors: application token is invalid>>.exit_code
TestPushoverCLI.test_pushover_limits_positive: TestPushoverCLI#L1
assert not 1 + where 1 = <Result <ResourceError: Notifier resource errors: application token is invalid>>.exit_code
test (3.9)
Process completed with exit code 1.
test (3.9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5, mikepenz/action-junit-report@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/