-
Notifications
You must be signed in to change notification settings - Fork 301
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
Pytest fails when importing Testing from cdk8s #1075
Comments
I was able to get this working by importing cdk8s directly. I am not sure if this is expected behavior, but I have not seen it documented anywhere that it would be. Leaving open until it is triaged.
importing Testing from cdk8s fails with the same test setup:
|
Interesting. Definitely surprising behavior we should investigate. It looks like pytest specific because if I use @RomainMuller any idea? |
Confirm this is still a bug. |
This issue has not received any attention in 1 year and will be closed soon. If you want to keep it open, please leave a comment below @mentioning a maintainer. |
@RomainMuller Confirmed this is still a bug with
|
Description of the bug:
pytest throws AttributeError on importing Testing from cdk8s
Reproduction Steps:
Error Log:
Environment:
Other:
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: