Skip to content

Commit

Permalink
TEST-modin-project#6497: remove boto3 from environments to speedup cr…
Browse files Browse the repository at this point in the history
…eation (modin-project#6496)

Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev authored Aug 23, 2023
1 parent 29d9da0 commit 54fd6c1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ dependencies:
- pygit2>=1.9.2

# test dependencies
- boto3>=1.26.0
- coverage>=7.1.0
- moto>=4.1.0
- pytest>=7.2.1
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ PyGithub>=1.58.0
pygit2>=1.9.2

## test dependencies
boto3>=1.26.0
coverage>=7.1.0
# experimental version of fuzzydata requires at least 0.0.6 to successfully resolve all dependencies
fuzzydata>=0.0.6
Expand Down
1 change: 0 additions & 1 deletion requirements/env_hdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies:
- pygithub>=v1.58.0

# test dependencies
- boto3>=1.26.0
- coverage>=7.1.0
- moto>=4.1.0
- pytest>=7.2.1
Expand Down
1 change: 0 additions & 1 deletion requirements/env_unidist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ dependencies:
- pygit2>=1.9.2

# test dependencies
- boto3>=1.26.0
- coverage>=7.1.0
- moto>=4.1.0
- pytest>=7.2.1
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements-no-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies:
- pygit2>=1.9.2

# test dependencies
- boto3>=1.26.0
- coverage>=7.1.0
- moto>=4.1.0
- pytest>=7.2.1
Expand Down

0 comments on commit 54fd6c1

Please sign in to comment.