We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When testing some errors can be encountered and are only related to AWS / conftest. Two examples:
I would suggest to either change the values or warn users in the README of the test page.
The text was updated successfully, but these errors were encountered:
if you include a bid price, tests with t2 instances will fail as t2 instances can't be Spot Instances
Does this happen simply by running pytest, or did you edit the config somehow?
pytest
in us-east-2, m3.medium is not an available instance
Interesting. Perhaps we should switch to m4.large.
m4.large
Sorry, something went wrong.
Yes it was just by running pytest.
No branches or pull requests
When testing some errors can be encountered and are only related to AWS / conftest.
Two examples:
I would suggest to either change the values or warn users in the README of the test page.
The text was updated successfully, but these errors were encountered: