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

fix: Add setup and teardown markers to make companion stack #3301

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

gracelu0
Copy link
Contributor

Issue #, if available

Description of changes

Errors occurred when running make prepare-companion-stack (required for running integration tests):
pytest.PytestUnknownMarkWarning: Unknown pytest.mark.setup
pytest.PytestUnknownMarkWarning: Unknown pytest.mark.teardown

Adding setup and teardown markers to pytest.ini file resolved the above errors.

Description of how you validated changes

Ran make prepare-companion-stack command and some integration tests successfully.

Checklist

Examples?

Please reach out in the comments if you want to add an example. Examples will be
added to sam init through aws/aws-sam-cli-app-templates.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@gracelu0 gracelu0 marked this pull request as ready for review August 11, 2023 21:56
@gracelu0 gracelu0 requested a review from a team as a code owner August 11, 2023 21:56
@gracelu0 gracelu0 merged commit e561c92 into aws:develop Aug 11, 2023
8 checks passed
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.

None yet

5 participants