-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Tests fail with cfn-lint 0.22.0 #1004
Comments
I've run into this issue to. It is causing my PR to fail when it previously passed. I did some digging and found that in the latest version of cfn-lint (v0.22.0) I've submitted an issue with cfn-lint: aws-cloudformation/cfn-lint#1002 |
Now there is aws-cloudformation/cfn-lint#1003, which fixes the test suite of aws-sam-translator for me. |
Thanks @sambattalio and @kddejong - the issue is now fixed 🎉 |
Description:
I ran the test suite. Some tests fail with cfn-lint 0.22.0. I remember all tests were fine when I use cfn-lint 0.21.6 + the patch aws-cloudformation/cfn-lint@0ff8769 for jsonschema 3.x compatibility.
Steps to reproduce the issue:
pytest tests
Observed result:
On branch
master
, 4 tests fail:Output for a sample run can be found here: https://tests.reproducible-builds.org/archlinux/community/python-aws-sam-translator/build1.log
On branch
develop
, 7 tests fail:Expected result:
All tests pass.
The text was updated successfully, but these errors were encountered: