temp hackney fix

This commit is contained in:
Alexander Strizhakov 2020-09-04 14:24:15 +03:00
commit 8bd2b6eb13
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
3 changed files with 15 additions and 8 deletions

View file

@ -195,7 +195,10 @@ defmodule Pleroma.Mixfile do
{:ex_machina, "~> 2.4", only: :test},
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
{:mock, "~> 0.3.5", only: :test},
{:excoveralls, "~> 0.13.1", only: :test},
# temporary downgrade for excoveralls, hackney and httpoison - until hackney max_connections bug will be fixed
{:excoveralls, "0.12.3", only: :test},
{:hackney, "1.15.2"},
{:httpoison, "1.6.2"},
{:mox, "~> 0.5", only: :test},
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
] ++ oauth_deps()