Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: flask import of _endpoint_from_view_func issue #567 #568

Closed
wants to merge 1 commit into from

Conversation

Ryu-CZ
Copy link
Contributor

@Ryu-CZ Ryu-CZ commented Oct 3, 2023

fix for issue #567

Due to repeated accident of import error I added helper method import_check_view_func . With fallback to last known implementation which stayed the same in all flask versions.

@Ryu-CZ
Copy link
Contributor Author

Ryu-CZ commented Oct 3, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant