diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-07 12:47:43 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-07 12:47:43 +0000 |
commit | 6c6de8e5dfaf245e4e16ddca0c741342eeaa9187 (patch) | |
tree | 365c0fc69e7c6bdc78630f81b0cb93db81f351f0 /mix.exs | |
parent | b5f3694302502bb1f5e15637aea74548c2ceb68a (diff) | |
parent | 1984ff310341766adfc224342c9d29272f80e9cb (diff) | |
download | pleroma-6c6de8e5dfaf245e4e16ddca0c741342eeaa9187.tar.gz |
Merge branch 'temp-hackney-fix' into 'develop'
temp hackney fix
See merge request pleroma/pleroma!2951
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -197,7 +197,9 @@ 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 until hackney max_connections bug will be fixed + {:excoveralls, "0.12.3", only: :test}, + {:hackney, "1.15.2", override: true}, {:mox, "~> 0.5", only: :test}, {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test} ] ++ oauth_deps() |