[pre-commit.ci] pre-commit autoupdate #373
Annotations
10 errors and 1 warning
Test with pytest:
tests/coaster_tests/views_endpointfor_test.py#L59
test_localhost_index[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
Test with pytest:
tests/coaster_tests/views_endpointfor_test.py#L59
test_localhost_index[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
Test with pytest:
tests/coaster_tests/views_endpointfor_test.py#L64
test_localhost_slashed[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
Test with pytest:
tests/coaster_tests/views_endpointfor_test.py#L64
test_localhost_slashed[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
Test with pytest:
tests/coaster_tests/views_endpointfor_test.py#L69
test_localhost_unslashed[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
Test with pytest:
tests/coaster_tests/views_endpointfor_test.py#L69
test_localhost_unslashed[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
Test with pytest:
tests/coaster_tests/views_endpointfor_test.py#L74
test_localhost_unslashed_noredirect[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
Test with pytest:
tests/coaster_tests/views_endpointfor_test.py#L74
test_localhost_unslashed_noredirect[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
Test with pytest:
tests/coaster_tests/views_endpointfor_test.py#L82
test_localhost_sub[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
Test with pytest:
tests/coaster_tests/views_endpointfor_test.py#L82
test_localhost_sub[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading