-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
4.2.2 broke Flask 1.x.x #437
Comments
Still need to get a unit test in place so this doesn't happen again. Refs #437
Fix has been released in 4.2.3. I'll work on better test setup so this doesn't happen again tomorrow 👍 |
I still got this error in 4.2.3, I think you should check for phrase |
@haqduong can you share more information on how you produced the error? I can't seem to replicate it in 4.2.3 with Flask 1.1.4. @vimalloc Happy to help you with the test setup to prevent this from happening again if needed since I was the one who introduced the Flask 2.0 support. Has any progress been made yet? |
I might change the logic to something like this, might be less error prone: https://stackoverflow.com/a/7580687/272689 @StefanVDWeide Per the specs, I haven't actually looked much into it yet. i would totally welcome a PR if you want to help dig into it. At a glance I didn't see a way to configure tox with different versions of the same package but I might be missing something. |
@StefanVDWeide thank you for your reply, I saw it once when call stack is quite complex but I lost the log atm. But I really like your PR, it's much better implementation for the issue. |
I'll get a quick fix out ASAP. Tomorrow (after releasing the fix) I'll make sure to add a unit test around this to prevent breakages in the future 😞
The text was updated successfully, but these errors were encountered: