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 #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 00:19
@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 removed this from the 8.1.4 milestone Mar 29, 2022
@bneradt
Copy link
Contributor Author

bneradt commented Mar 29, 2022

This PR was created from a branch I accidentally created off of apache/trafficserver instead of my fork. This PR is replaced with the appropriately rebased PR:
#8774

@bneradt bneradt closed this Mar 29, 2022
@bneradt bneradt deleted the fix_httpbin_autest_failures_81x branch March 29, 2022 18:42
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.

1 participant