Skip to content

Conversation

@bneradt
Copy link
Contributor

@bneradt bneradt commented Mar 29, 2022

The AuTests using httpbin all started failing today when new AuTest
pipenv environments started using the 2.1.0 version of Werkzeug. This
new Werkzeug release removes its BaseResponse API because it has been
deprecated for a few releases. httpbin has a dependency upon
BaseResponse, however, and thus it currently fails with this latest
Werkzeug release. This patch temporarily pins Werkzeug until httpbin is
updated so that our httpbin AuTests can run.

This is a rebase of #8765 to 8.1.x.

The AuTests using httpbin all started failing today when new AuTest
pipenv environments started using the 2.1.0 version of Werkzeug. This
new Werkzeug release removes its BaseResponse API because it has been
deprecated for a few releases. httpbin has a dependency upon
BaseResponse, however, and thus it currently fails with this latest
Werkzeug release. This patch temporarily pins Werkzeug until httpbin is
updated so that our httpbin AuTests can run.

This is a rebase of apache#8765 to 8.1.x.
@bneradt bneradt added the AuTest label Mar 29, 2022
@bneradt bneradt added this to the 8.1.4 milestone Mar 29, 2022
@bneradt bneradt requested a review from ezelkow1 March 29, 2022 18:40
@bneradt bneradt self-assigned this Mar 29, 2022
@bneradt bneradt changed the title Fixing the httpbin AuTests by pinning Werkzeug 8.1.x: Fixing the httpbin AuTests by pinning Werkzeug Mar 29, 2022
@bneradt bneradt deleted the branch apache:fix_httpbin_autest_failures_81x March 29, 2022 18:42
@bneradt bneradt closed this Mar 29, 2022
@zwoop zwoop removed this from the 8.1.4 milestone Jan 17, 2023
@bneradt bneradt deleted the fix_httpbin_autest_failures_81x branch March 29, 2023 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants