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

Fixes #3688 - Freeze Werkzeug version #3689

Merged
merged 1 commit into from
Apr 4, 2022
Merged

Fixes #3688 - Freeze Werkzeug version #3689

merged 1 commit into from
Apr 4, 2022

Conversation

ksy36
Copy link
Contributor

@ksy36 ksy36 commented Apr 4, 2022

There are some failing tests in CircleCI and I want to freeze Werkzeug version to 2.0.1 to fix them.

As we're not pinning Werkzeug version in requirements.txt, the most recent one is installed in CircleCI (2.1.0). In version 2.1.0, werkzeug has removed the as_tuple argument in the test client. Our current version of Flask is 2.0.1 still passes it, therefore the error is thrown. So freezing Werkzeug to 2.0.1 will address this.

https://flask.palletsprojects.com/en/2.1.x/changes/#version-2-1-0
The test client’s as_tuple parameter is removed. Use response.request.environ instead.

There is a separate issue for upgrading Flask to 2.1.1 (#3687), which requires additional testing as there are some failing tests. I want to deploy #3686 first, before updating Flask, in case something breaks :)

@ksy36 ksy36 requested a review from karlcow April 4, 2022 20:12
@ksy36
Copy link
Contributor Author

ksy36 commented Apr 4, 2022

r? @karlcow

Copy link
Member

@karlcow karlcow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super cool @ksy36 Thanks.

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

Successfully merging this pull request may close these issues.

2 participants