forked from iterative/dvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request iterative#2300 from efiop/moto
tests: use moto pre-release
- Loading branch information
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters