You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/03/29 18:40:59 UTC

[GitHub] [trafficserver] bneradt opened a new pull request #8774: Fixing the httpbin AuTests by pinning Werkzeug

bneradt opened a new pull request #8774:
URL: https://github.com/apache/trafficserver/pull/8774


   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bneradt closed pull request #8774: 8.1.x: Fixing the httpbin AuTests by pinning Werkzeug

Posted by GitBox <gi...@apache.org>.
bneradt closed pull request #8774:
URL: https://github.com/apache/trafficserver/pull/8774


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org