diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-07 12:47:43 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-08 19:45:44 +0300 |
commit | 27c3973b78b432cef7feb9e2518bf143285c461d (patch) | |
tree | b9db91d0a5056f451c890d0f65c551fb59a743f8 /mix.exs | |
parent | 7490b76bbfa0e39f7950d5611f00bddb2aac34ad (diff) | |
download | pleroma-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.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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() |