Skip to content

build(deps): bump quart from 0.18.4 to 0.19.3 #124

build(deps): bump quart from 0.18.4 to 0.19.3

build(deps): bump quart from 0.18.4 to 0.19.3 #124

Triggered via pull request October 9, 2023 01:11
Status Failure
Total duration 2m 8s
Artifacts

tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
tests: tests/test_wire.py#L1
[pylint] tests/test_wire.py E:365, 5: Instance of 'Quart' has no 'teardown_websocket' member (no-member) E:605, 5: Instance of 'Blueprint' has no 'teardown_websocket' member (no-member)
tests: tests/test_wire.py#L365
test_it_should_inject_into_app_teardown_websocket_function AttributeError: 'Quart' object has no attribute 'teardown_websocket'. Did you mean: 'do_teardown_websocket'?
tests: tests/test_wire.py#L605
test_it_should_inject_into_blueprint_teardown_websocket_function AttributeError: 'Blueprint' object has no attribute 'teardown_websocket'. Did you mean: 'teardown_app_websocket'?
tests
Process completed with exit code 2.