ae85c539fd
The `boto` library (long ago superseded by `boto3`) has not had an official release in over two years or even a commit in the last 18 months. Importing the package (or indirectly importing it by via `moto`) generates a deprecation warning. Additionally, an ever-increasing number of `moto` users who have left `boto` behind for `boto3` are still being forced to install `boto`. This commit vendors a very small subset of the `boto` library--only the code required by `moto` to run--into the /packages subdirectory. A README file is included explaining the origin of the files and a recommendation for how they can be removed entirely in a future release. NOTE: Users of `boto` will still be able to use `moto` after this is merged. closes #2978 closes #3013 closes #3170 closes #3418 relates to #2950 |
||
---|---|---|
.. | ||
__init__.py | ||
helpers.py | ||
test_account_attributes.py | ||
test_amazon_dev_pay.py | ||
test_amis.py | ||
test_availability_zones_and_regions.py | ||
test_customer_gateways.py | ||
test_dhcp_options.py | ||
test_ec2_cloudformation.py | ||
test_ec2_core.py | ||
test_elastic_block_store.py | ||
test_elastic_ip_addresses.py | ||
test_elastic_network_interfaces.py | ||
test_flow_logs.py | ||
test_general.py | ||
test_iam_instance_profile_associations.py | ||
test_instance_types.py | ||
test_instances.py | ||
test_internet_gateways.py | ||
test_ip_addresses.py | ||
test_key_pairs.py | ||
test_launch_templates.py | ||
test_monitoring.py | ||
test_nat_gateway.py | ||
test_network_acls.py | ||
test_placement_groups.py | ||
test_regions.py | ||
test_reserved_instances.py | ||
test_route_tables.py | ||
test_security_groups.py | ||
test_server.py | ||
test_spot_fleet.py | ||
test_spot_instances.py | ||
test_subnets.py | ||
test_tags.py | ||
test_utils.py | ||
test_virtual_private_gateways.py | ||
test_vm_export.py | ||
test_vm_import.py | ||
test_vpc_peering.py | ||
test_vpcs.py | ||
test_vpn_connections.py | ||
test_windows.py |