benoitc / hackney

simple HTTP client in Erlang
Other
1.34k stars 427 forks source link

An attempt to fix the tests #658

Closed isaacsanders closed 3 years ago

isaacsanders commented 4 years ago

I'm interested in #656, but the tests aren't passing currently, in that branch or in master.

paulo-ferraz-oliveira commented 3 years ago

What version of OTP are you using? And rebar3? I've added GitHub Actions (pull request still to be merged) to hackney but found no failing tests, so may be missing a specific version worth testing. FWIW, the CI is running with the support/rebar3 executable, i.e. 3.13.2.

paulo-ferraz-oliveira commented 3 years ago

Cool.