Commit Graph

66 Commits

Author SHA1 Message Date
Steve Pulec
502957f1f9 Skip travis cleanup so we can tag release. 2019-11-22 10:27:22 -05:00
Mike Grima
bd777cad44 Fix for moto not unmocking.
- Fixes #2575
- Also upgraded Travis CI to make use of Bionic instead of Xenial
- This may also address concerns raised in #1793
2019-11-18 15:28:31 -08:00
Bjorn Olsen
5cfbe2bb3d DataSync: Task metadata and update_task
Travis: Moved lint check before build
Datasync: Added delete_task and delete_location
2019-11-06 19:26:59 +02:00
Asher Foa
24b04b6b70 Fix deprecations in travis.yaml
https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments
https://blog.travis-ci.com/2019-08-27-deployment-tooling-dpl-v2-preview-release

> skip_cleanup is now deprecated, and cleanup is false by default. The default used to be true, so you had to opt out using skip_cleanup … and has been used a lot. Cleaning up the working directory from any left over build artifacts only made sense for few providers, so we have changed this default.
2019-11-03 20:13:53 -08:00
Asher Foa
c820395dbf Run black linter and enforce going forward 2019-10-31 08:46:14 -07:00
Chih-Hsuan Yen
8313142f44
Use Buster container images for Python 3.8 2019-10-27 23:34:30 +08:00
Chih-Hsuan Yen
f1ebe8d946
Enable Travis CI tests for Pytho 3.8 2019-10-27 19:38:16 +08:00
Steve Pulec
cf95313b39 Disable non-prereleases; prep for 1.3.13. 2019-07-14 21:14:20 -05:00
Steve Pulec
15d596ce75 Dont fail on duplicate upload. 2019-06-30 23:37:47 -05:00
Steve Pulec
73f726fffe Need to do a git fetch so we have full depth of tag history. 2019-06-30 23:03:06 -05:00
Steve Pulec
6fa51ac3b4 Setup pypi automatic publishing. 2019-06-30 22:31:21 -05:00
Steve Pulec
97d9d46770
Merge pull request #1999 from dargueta/s3-spooling
Don't store S3 entirely in memory
2018-12-28 21:29:19 -05:00
Diego Argueta
26adaeefa0 Start testing on 3.7 2018-12-18 14:20:48 -08:00
Lorenz Hufnagel
cf5bd7665c Mock AWS credentials
https://github.com/spulec/moto/issues/1924
2018-11-16 12:23:39 +01:00
Jordan Guymon
fd4e524855 Use env credentials for all tests 2018-10-29 09:12:22 +01:00
Chih-Hsuan Yen
d00300bc1b
Test Python 3.7 on Travis CI 2018-08-15 23:25:26 +08:00
Jack Danger
10b0937de3 Revert "Merge pull request #1246 from JackDanger/jack/trying-codecov"
This reverts commit bd6108dae2, reversing
changes made to c23c5057f2.
2017-10-07 20:46:26 -07:00
Jack Danger
d5fdb837d2 trying codecov 2017-10-07 16:22:48 -07:00
Alexander Mohr
9008b85299 lambda + SNS enhancements (#1048)
* updates

- support lambda messages from SNS
- run lambda in docker container

* decode output

* populate timeout

* simplify

* whoops

* skeletons of cloudwatchlogs

* impl filter log streams

* fix logging

* PEP fixes

* PEP fixes

* fix reset

* fix reset

* add new endpoint

* fix region name

* add docker

* try to fix tests

* try to fix travis issue with boto

* fix escaping in urls

* fix environment variables

* fix PEP

* more pep

* switch back to precise

* another fix attempt

* fix typo

* fix lambda invoke

* fix more unittests

* work on getting this to work in new scheme

* fix py2

* fix error

* fix tests when running in server mode

* more lambda fixes

* try running with latest docker

adapted from aiodocker

* switch to docker python client

* pep fixes

* switch to docker volume

* fix unittest

* fix invoke from sns

* fix zip2tar

* add hack impl for get_function with zip

* try fix

* fix for py < 3.6

* add volume refcount

* try to fix travis

* docker test

* fix yaml

* try fix

* update endpoints

* fix

* another attempt

* try again

* fix recursive import

* refactor fix

* revert changes with better fix

* more reverts

* wait for service to come up

* add back detached mode

* sleep and add another exception type

* put this back for logging

* put back with note

* whoops :)

* docker in docker!

* fix invalid url

* hopefully last fix!

* fix lambda regions

* fix protocol

* travis!!!!

* just run lambda test for now

* use one print

* fix escaping

* another attempt

* yet another

* re-enable all tests

* fixes

* fix for py2

* revert change

* fix for py2.7

* fix output ordering

* remove this given there's a new unittest that covers it

* changes based on review

- add skeleton logs test file
- switch to docker image that matches test env
- fix mock_logs import

* add readme entry
2017-09-27 16:04:58 -07:00
Ali Rizwan
e57d72ea2b Test travis
Signed-off-by: Ali Rizwan <ari@hellofresh.com>
2017-08-17 10:45:43 +02:00
Steve Pulec
cda553abfb Change tests to use default server port of 5000. 2017-03-12 21:04:19 -04:00
Steve Pulec
1664e4412f Add lint to make test instead. 2017-03-12 20:37:23 -04:00
Steve Pulec
d2c56619cd Add lint to Travis. 2017-03-12 20:35:45 -04:00
Steve Pulec
1068e26e66 Bump travis to python 3.6 2017-03-06 21:48:22 -05:00
Steve Pulec
3be1b16eb9 Drop py26. 2017-02-27 21:24:34 -05:00
Steve Pulec
5a56b3a049 Set credentials for server too. 2017-02-27 08:54:33 -05:00
Steve Pulec
b63618b975 Add keys for server mode. 2017-02-27 00:17:01 -05:00
Steve Pulec
e841c0d2f5 Need to run moto_server... 2017-02-27 00:02:23 -05:00
Steve Pulec
089b2a66d2 Add server-mode tests. 2017-02-26 23:56:50 -05:00
Steve Pulec
e5bcafd22f Cleanup travis. 2017-02-26 23:40:54 -05:00
Jesse Szwedko
55f39265dd Upgrade to boto 2.45 (#803)
Adds support for additional regions:

* ca-central-1
* eu-west-2

Signed-off-by: Andrew Harris <andrew.harris@getbraintree.com>
2017-01-18 22:55:22 -05:00
Steve Pulec
38021c6ef5 Test Boto 2.43.0 . 2016-11-06 10:29:50 -05:00
Steve Pulec
7f58a7bfbd lock sure 2016-07-09 20:50:43 -04:00
Steve Pulec
769813aa51 make init for travis. 2016-07-09 20:47:52 -04:00
Steve Pulec
491df739d6 Add boto3 to Travis. 2015-08-01 19:35:09 -04:00
Steve Pulec
57e268791e Bump boto version for testing. 2015-02-14 12:03:53 -05:00
Omer Katz
5881774e89 Use travis new build workers. 2014-12-28 15:37:13 +02:00
Steve Pulec
f0d576a790 Remove py3.4 for now. 2014-11-29 23:33:34 -05:00
Steve Pulec
6d7cc69554 Cleanup build matrix. Closes #213. 2014-11-29 22:57:08 -05:00
Steve Pulec
93bd852419 Fix redshift test. Drop old boto version from testing. 2014-11-23 17:59:38 -05:00
Steve Pulec
6f3506e810 Stop testing old boto versions. 2014-11-15 08:46:02 -05:00
Steve Pulec
56ee4fa555 Fix boto version. 2014-10-26 20:59:11 -04:00
Steve Pulec
31b01d27cf Some fixes for dynamodb and python 3. 2014-10-26 20:55:11 -04:00
Steve Pulec
83481b589b Merge pull request #241 from DreadPirateShawn/RouteVPCPeeringConnection
Route vpc peering connection
2014-10-26 20:02:51 -04:00
dreadpirateshawn
0e6130916f Routes: Fixed vpc_peering_connection_id in describe route tables. (Travis: Revert Python 3 tests to use Boto 2.32.1) 2014-10-23 14:01:12 -07:00
dreadpirateshawn
b10d16e583 Routes: Fixed vpc_peering_connection_id in describe route tables. (Upgrade: Boto 2.32.1 ~> 2.34.0) 2014-10-23 11:54:20 -07:00
Steve Pulec
aef0b909f6 Travis needs dev requirements. 2014-09-11 22:47:11 -04:00
Steve Pulec
ed7dc0e1b0 Remove some middle versions of boto from testing to be nicer to Travis. 2014-09-08 23:43:09 -04:00
David Baumgold
eedb4c4b73 Support Python 3 using six 2014-08-28 10:57:43 -04:00
David Baumgold
d653a3a3f7 Don't use a custom version of coveralls 2014-08-27 21:35:35 -04:00