You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue with pytest-flask. It looks like you’re using an outdated version of flask (see pallets/flask#5652). Once you update flask this should work again
Describe the bug
Hey, pytest flask fixtures are currently incompatible with the newer
werkzeug
releases.To Reproduce
Steps to reproduce the behavior:
docker run python:3.11-slim bash
python -m pip install -U pytest-flask requests werkzeug
client
fixture. E.g. set up minimalistic app according to the package readme and create a test like that:Expected behavior
Either compatibility with the newest
werkzeug
version or pin to an older one.Environment (please complete the following information):
1.3.0
3.1.3
Thanks a lot! Let me know if I can be any of help.
The text was updated successfully, but these errors were encountered: