Skip to content

Commit b47b2c5

Browse files
authored
tests: update mock-ssh-server (#3986)
1 parent 939f789 commit b47b2c5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scripts/ci/install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ scriptdir="$(dirname $0)"
1010
# work or not.
1111
$scriptdir/retry.sh pip install .[all,tests]
1212

13-
$scriptdir/retry.sh pip install git+https://github.com/iterative/mock-ssh-server.git
14-
1513
git config --global user.email "[email protected]"
1614
git config --global user.name "DVC Tester"
1715

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def run(self):
121121
"flake8-docstrings",
122122
"pydocstyle<4.0",
123123
"jaraco.windows==3.9.2",
124-
"mock-ssh-server",
124+
"mock-ssh-server>=0.8.2",
125125
"moto==1.3.14.dev464",
126126
"rangehttpserver==1.2.0",
127127
"beautifulsoup4==4.4.0",

0 commit comments

Comments
 (0)