Closed mgorny closed 11 months ago
After upgrading to
httpbin == 0.10.0
, [..]
@mgorny could you elaborate what you mean by that? Upgrade where and how? The tox environment should not be affected by "outside" httpbin and the httpbin "inside" the tox environment is no pinned and effectively already at httpbin==0.10.1
today, according to CI logs where this particular error above does not show. Was this with 0.10.0 only and temporary and has now disappeared? Would be cool to understand, thank you!
FWICS, it was fixed in f5fc7aac226d9db8520ff47cf657db326e056306.
@mgorny thanks for the update, I confirm that that very commit f5fc7aac226d9db8520ff47cf657db326e056306 fixed the issue you described above :+1:
After upgrading to
httpbin == 0.10.0
, the integration tests started failing. Apparently they relied on the "main" page of httpbin including "difficult sometimes" in the past but it's been simplified now.