Closed Ryu-CZ closed 1 year ago
fix for issue #567
Due to repeated accident of import error I added helper method _import_check_viewfunc . With fallback to last known implementation which stayed the same in all flask versions.
I checked failing tests and pytest-flask is failing because 167 _request_ctx_stack was removed in flask 3.0 after 2 years of deprecation.
pytest-flask
_request_ctx_stack
flask
fix for issue #567
Due to repeated accident of import error I added helper method _import_check_viewfunc . With fallback to last known implementation which stayed the same in all flask versions.