summaryrefslogtreecommitdiff
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-07 12:47:43 +0000
commit6c6de8e5dfaf245e4e16ddca0c741342eeaa9187 (patch)
tree365c0fc69e7c6bdc78630f81b0cb93db81f351f0 /mix.exs
parentb5f3694302502bb1f5e15637aea74548c2ceb68a (diff)
parent1984ff310341766adfc224342c9d29272f80e9cb (diff)
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 8f69a15f2..9499aab2d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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()