Skip to content

Commit

Permalink
buckification (#918)
Browse files Browse the repository at this point in the history
Summary:

This commit was generated using `mgt import`.
buckification for third-party libraries:
third-party/pypi/responses/0.25.0
third-party/pypi/moto/5.0.8

uuid_e3b367cdbe054c858e46ee4fad2a911b

Differential Revision: D57881544
  • Loading branch information
calebho authored and facebook-github-bot committed May 29, 2024
1 parent a2423f4 commit 1cfaad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hydra-core
ipython
kfp==1.8.22
mlflow-skinny
moto==4.2.14
moto~=5.0.8
pyre-extensions
pyre-check
pytest
Expand Down
8 changes: 2 additions & 6 deletions scripts/component_integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,9 @@ def _mock_aws_batch() -> None:
ensure_network()
os.environ.setdefault("MOTO_DOCKER_NETWORK_NAME", NETWORK)

from moto import mock_batch, mock_ec2, mock_ecs, mock_iam, mock_logs
from moto import mock_aws

mock_batch().__enter__()
mock_iam().__enter__()
mock_ec2().__enter__()
mock_ecs().__enter__()
mock_logs().__enter__()
mock_aws().__enter__()

import boto3.session

Expand Down

0 comments on commit 1cfaad0

Please sign in to comment.