Skip to content

Commit

Permalink
tests: update mock-ssh-server (iterative#3986)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Jun 9, 2020
1 parent 939f789 commit b47b2c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions scripts/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ scriptdir="$(dirname $0)"
# work or not.
$scriptdir/retry.sh pip install .[all,tests]

$scriptdir/retry.sh pip install git+https://github.com/iterative/mock-ssh-server.git

git config --global user.email "[email protected]"
git config --global user.name "DVC Tester"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run(self):
"flake8-docstrings",
"pydocstyle<4.0",
"jaraco.windows==3.9.2",
"mock-ssh-server",
"mock-ssh-server>=0.8.2",
"moto==1.3.14.dev464",
"rangehttpserver==1.2.0",
"beautifulsoup4==4.4.0",
Expand Down

0 comments on commit b47b2c5

Please sign in to comment.