Thanks to visit codestin.com
Credit goes to github.com

Skip to content

setup method 'shell_context_processor' can no longer be called #7

@HLFH

Description

@HLFH

New setupmethod behaviour for flask 2.2.0: pallets/flask#4577

With:

make devtest

We get:

    raise AssertionError(
AssertionError: The setup method 'shell_context_processor' can no longer be called on the application. It has already handled its first request, any changes will not be applied consistently.
Make sure all imports, decorators, functions, etc. needed to set up the application are done before running it.

EDIT:

pip3.9 uninstall coverage
pip install -r requirements-ci.txt

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions