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.
tests: s3: use moto for multipart test
Fixes iterative#1889 Signed-off-by: Ruslan Kuprieiev <[email protected]>
- Loading branch information
Showing
3 changed files
with
38 additions
and
10 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,6 +17,10 @@ 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
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