psheets
b9a42816bd
Fixed validation on custom-resource in applicationautoscaling ( #4026 )
...
* Added ResourceTypeExceptions
* Added test for custom-resource
Co-authored-by: Phil Sheets <p.sheets@fetchrewards.com>
2021-06-23 16:57:09 +01:00
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
Matěj Cepl
5697ff87a8
Back to Black
2020-11-10 14:12:38 +01:00
Asher Foa
2e20ad14df
Fix some 'DeprecationWarning: invalid escape sequence' warnings and use str.format for string interpolation.
...
Similar to https://github.com/spulec/moto/pull/2811
2020-03-25 11:08:12 -07:00
Asher Foa
3bb31c84fd
Fix some typos
2019-11-16 12:31:45 -08:00
Asher Foa
96e5b1993d
Run black on moto & test directories.
2019-10-31 10:36:05 -07:00
Cory Dolphin
f11a5dcf6b
Fix socket.fakesock compatibility
2019-07-03 11:26:33 -07:00
William Rubel
921a993330
cleaning up files
2019-02-17 14:30:43 -06:00
William Rubel
8ad28f8400
Adding additional tests to increase coverage
2019-02-16 20:53:27 -06:00
Chih-Hsuan Yen
354d48fb8d
Fix HTTPretty on Python 3.7
...
This is a revised backport of
5776d97da3
and the following fixup https://github.com/gabrielfalcao/HTTPretty/pull/341
2018-08-15 23:25:26 +08:00
Steve Pulec
cd1c6d3e6c
Unvendor responses, move back to upstream.
2018-04-05 16:57:43 -04:00
Terry Cain
d145b5dc18
Possible fix
2017-10-08 04:57:40 +01:00
gilgamezh
5e5333c243
Avoid to override SocketType when disabling the mock and bad_socket_shadow is True
2017-07-14 19:29:20 -03:00
Giacomo Tagliabue
1abd880ab8
add pass_through option to responses
2017-06-06 22:26:18 -04:00
Steve Pulec
49c947ece7
Stop autodecoding content so we can mimic requests. Closes #963 .
2017-06-03 19:06:55 -04:00
Robert Scott
f23a6954cc
bundled httpretty: re-normalize headers after executing callable_body
2017-05-02 16:19:57 +01:00
Steve Pulec
f37bad0e00
Lints.
2017-02-23 21:37:43 -05:00
Steve Pulec
678f73389f
Fix package being submodule.
2017-02-15 22:45:20 -05:00
Steve Pulec
fde721bed7
Testing new version of decorator.
2017-02-15 22:35:45 -05:00
Steve Pulec
47bd4c49a3
attempting to move to upstream httpretty
2013-05-03 19:33:13 -04:00
Steve Pulec
fd828bdb2d
Revert "Switch to real version of httpretty. woot."
...
This reverts commit 84aeff5b06
.
2013-04-30 08:33:53 -04:00
Steve Pulec
84aeff5b06
Switch to real version of httpretty. woot.
2013-04-29 23:36:24 -04:00
Steve Pulec
fe2b3518ae
move back to bundled httpretty for now
2013-03-19 11:46:54 -04:00
Steve Pulec
5bec85c6c0
make httpretty fork closed to upstream
2013-03-17 18:10:31 -04:00
Steve Pulec
46e31d1ecc
pull some changes from upstream
2013-03-16 11:20:07 -04:00
Steve Pulec
ab4d65959e
httpretty fixes for py26
2013-02-28 22:40:26 -05:00
Steve Pulec
1db787e7da
add url path normalization to httpretty
2013-02-26 14:47:47 -05:00
Steve Pulec
bcbec29653
start pep8 cleanup
2013-02-26 00:12:34 -05:00
Steve Pulec
dc9677e323
clean up core responses
2013-02-25 23:48:17 -05:00