aws-cloudformation / cloudformation-cli

The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Apache License 2.0
316 stars 157 forks source link

Issues with pytest 8 #1062

Closed kddejong closed 3 months ago

kddejong commented 3 months ago

Issue #, if available:

Description of changes:

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

kddejong commented 3 months ago

The other way to fix this is to remove --doctest-modules which seems to have changed. Probably related to https://github.com/pytest-dev/pytest/issues/11929