We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939f789 commit b47b2c5Copy full SHA for b47b2c5
scripts/ci/install.sh
@@ -10,8 +10,6 @@ scriptdir="$(dirname $0)"
10
# work or not.
11
$scriptdir/retry.sh pip install .[all,tests]
12
13
-$scriptdir/retry.sh pip install git+https://github.com/iterative/mock-ssh-server.git
14
-
15
git config --global user.email "[email protected]"
16
git config --global user.name "DVC Tester"
17
setup.py
@@ -121,7 +121,7 @@ def run(self):
121
"flake8-docstrings",
122
"pydocstyle<4.0",
123
"jaraco.windows==3.9.2",
124
- "mock-ssh-server",
+ "mock-ssh-server>=0.8.2",
125
"moto==1.3.14.dev464",
126
"rangehttpserver==1.2.0",
127
"beautifulsoup4==4.4.0",
0 commit comments