aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-07 12:47:43 +0000
committerrinpatch <rinpatch@sdf.org>2020-09-08 19:45:44 +0300
commit27c3973b78b432cef7feb9e2518bf143285c461d (patch)
treeb9db91d0a5056f451c890d0f65c551fb59a743f8 /mix.exs
parent7490b76bbfa0e39f7950d5611f00bddb2aac34ad (diff)
downloadpleroma-27c3973b78b432cef7feb9e2518bf143285c461d.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.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f018a4465..51e05965e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -195,7 +195,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()