Conversation
Codecov Report
@@ Coverage Diff @@
## master #4261 +/- ##
=======================================
Coverage 88.66% 88.66%
=======================================
Files 18 18
Lines 2021 2021
=======================================
Hits 1792 1792
Misses 229 229Continue to review full report at Codecov.
|
|
OK, this is a really crazy rabbit hole - I think @Lukasa is actually more up what's going on than I. I think the problem is caused by this commit to httpbin by @kennethreitz: which is an attempt to fix kennethreitz/httpbin#340 BUT I think it only fixes it on Gunicorn? And pytest-httpbin uses werkzeug which has chunked encoding issues so it ends up causing problems: pallets/werkzeug#1149 |
|
@kevin1024 we can remove that — I don't think it fixed anything. |
|
@kennethreitz sweet, I think this problem should magically disappear in that case 🌟 |
The release of httpbin 0.6.0 seems to have broken pytest-httpbin in a surprising way. We want to pin that version out, and probably also alert @kevin1024 about the problem.
Resolves #4259.