moto/tests/test_cloudformation
Brian Pandola ae85c539fd Remove boto package dependency
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
2020-11-26 23:59:15 -08:00
..
fixtures Change whitespaces back to the way they were and fix typos 2020-01-23 15:46:50 +01:00
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_cloudformation_depends_on.py Linting 2020-11-11 15:55:37 +00:00
test_cloudformation_stack_crud_boto3.py Linting 2020-11-11 15:55:37 +00:00
test_cloudformation_stack_crud.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_cloudformation_stack_integration.py Linting 2020-11-11 15:55:37 +00:00
test_import_value.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_stack_parsing.py Remove boto package dependency 2020-11-26 23:59:15 -08:00
test_validate.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00