Skip to content

Commit

Permalink
Merge pull request iterative#2300 from efiop/moto
Browse files Browse the repository at this point in the history
tests: use moto pre-release
  • Loading branch information
efiop authored Jul 20, 2019
2 parents c2d25f4 + f901ba5 commit df28309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions scripts/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ function retry {
retry pip install --upgrade pip setuptools wheel
retry pip install .[all,tests]

# NOTE: waiting for https://github.com/spulec/moto/issues/2172
pip uninstall -y moto
retry pip install git+https://github.com/efiop/moto.git@move-env-mocking

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 @@ -107,7 +107,7 @@ def run(self):
"pydocstyle<4.0",
"jaraco.windows==3.9.2",
"mock-ssh-server>=0.5.0",
"moto",
"moto>=1.3.14.dev55",
]

if (sys.version_info) >= (3, 6):
Expand Down

0 comments on commit df28309

Please sign in to comment.