From f53cc2abb6a2d0b6e70212017dc594880ac2c909 Mon Sep 17 00:00:00 2001 From: Saugat Pachhai Date: Fri, 29 May 2020 20:47:51 +0545 Subject: [PATCH] use fork of mockssh-server --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 462796dce0..5191b74b8a 100644 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ def run(self): "flake8-docstrings", "pydocstyle<4.0", "jaraco.windows==3.9.2", - "mock-ssh-server>=0.6.0", + "mock-ssh-server@git+https://github.com/iterative/mock-ssh-server.git", "moto==1.3.14.dev464", "rangehttpserver==1.2.0", "beautifulsoup4==4.4.0",