You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! This is related to the code load path changes in Elixir 1.15. It can be fixed by adding :inets to the :extra_applications, but we only really want that when Mix.env() == :test.
I will make a PR to add OTP 26 and Elixir 1.15 testing to CI, and then fix the issue there as well.
env:
test output:
The text was updated successfully, but these errors were encountered: