Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

** Merge me first - I fix the build! ** #3628

Merged
merged 1 commit into from Jan 29, 2021

Conversation

bpandola
Copy link
Collaborator

Fix: broken build with release of botocore 1.19.62

The latest release of botocore (1.19.62) makes changes to the parameter
validation code, which for some reason was also covered by a couple of
moto tests.

These tests, when run, do not execute any moto code. They fail the
parameter validation check in botocore, which raises an exception
before ever sending a request. These tests do not cover or verify
any moto behavior and have been removed.

Ref: boto/botocore@ff8ae76

Closes #3627

The latest release of `botocore` (1.19.62) makes changes to the parameter
validation code, which for some reason was also covered by a couple of
`moto` tests.

These tests, when run, do not execute any `moto` code.  They fail the
parameter validation check in `botocore`, which raises an exception
before ever sending a request.  These tests do not cover or verify
any `moto` behavior and have been removed.

Ref: boto/botocore@ff8ae76

Closes getmoto#3627
@bblommers
Copy link
Collaborator

"description": "Fix showing incorrect max-value in error message
Fix it, by removing the entire validation..

Nice find @bpandola, thanks for the fix 👍

@bblommers bblommers merged commit cd25ab7 into getmoto:master Jan 29, 2021
@bpandola bpandola deleted the fixes-for-latest-botocore branch January 29, 2021 19:25
archlinux-github pushed a commit to archlinux/svntogit-community that referenced this pull request Feb 9, 2021
… not bump pkgrel as it's only a fix for check()

Refs:
1. https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/
2. getmoto/moto#3628
3. getmoto/moto#3610

git-svn-id: file:///srv/repos/svn-community/svn@850819 9fca08f4-af9d-4005-b8df-a31f2cc04f65
archlinux-github pushed a commit to archlinux/svntogit-community that referenced this pull request Feb 9, 2021
… not bump pkgrel as it's only a fix for check()

Refs:
1. https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/
2. getmoto/moto#3628
3. getmoto/moto#3610



git-svn-id: file:///srv/repos/svn-community/svn@850819 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest botocore release breaks the build
2 participants