-
Notifications
You must be signed in to change notification settings - Fork 89
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
Flask v3.0.0 breaks pytest-flask
import of _request_ctx_stack
#167
Labels
Comments
slint
added a commit
to inveniosoftware/pytest-invenio
that referenced
this issue
Oct 2, 2023
- Temporary pin until pytest-dev/pytest-flask#167 is addressed.
The request_ctx text fixture has had a deprecation warning on it for about two years. |
This was referenced Oct 3, 2023
This was referenced Oct 3, 2023
#168 is open to address this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Flask v3.0.0, released Sep 30th, removed
_request_ctx_stack
, used infixtures.py
To Reproduce
pytest-flask
Environment (please complete the following information):
Additional context
It looks like there's a deprecation warning already for using the fixture, so a possible path for a fix would be to:
pytest-flask
v2.0.0The text was updated successfully, but these errors were encountered: