-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* boto requirement * flag supported versions * tests for only 3.10 * nose2 * nose2 in circle-ci * corrected nose2 syntax * using cimg * virtualenv installation * reconfig * typo in localstack image * trying to figure out what's up with virtualenv * reworking virtualenv setup * reworking virtualenv setup * reworking virtualenv setup * just remove venv? * cont. reworking venv * cont. reworking venv * cont. reworking venv * cont. reworking venv * cont. reworking venv * cont. reworking venv * cont. reworking venv * cont. reworking venv * cont. reworking venv * cont. reworking venv * cont. reworking venv * why doesn't this work? * why doesn't this work? * no cached dependencies * restore save repo * restore save dependencies * restore save dependencies * can I get this to reset the cache * can I get this to reset the cache * typo in cache name * typo in cache name * give up on dependencies cache * cleanup unnecessary git install * update changelog * make sure dependencies are properly cached for deployment * ok, build and test 38 * pyenv upgrade breaks 38 * correct 38 pyenv path * PR review feedback from Jenny * localstack latest --------- Co-authored-by: ecarton <[email protected]>
- Loading branch information
Showing
7 changed files
with
47 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.2.0' | ||
__version__ = '1.3.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
nose~=1.3.7 | ||
nose2>=0.13.0 | ||
coverage~=5.5 | ||
nose-timer~=1.0.1 | ||
testfixtures~=6.17.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
boto3~=1.18.40 | ||
boto3~=1.26.90 | ||
python-json-logger~=0.1 | ||
dicttoxml~=1.7.4 | ||
cumulus-message-adapter-python~=2.1.0 | ||
cumulus-message-adapter-python~=2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters