Re: [PR] Only call super() during MockHttp if required [libcloud]

2025-03-02 Thread via GitHub
Kami merged PR #2033: URL: https://github.com/apache/libcloud/pull/2033 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libclo

Re: [PR] Only call super() during MockHttp if required [libcloud]

2025-03-02 Thread via GitHub
Kami commented on PR #2033: URL: https://github.com/apache/libcloud/pull/2033#issuecomment-2692817760 Thanks for the contribution. I've intentionally help back at upgrading pytest since we rely on test collection logic which has changed in new version of pytest so various tests are n

Re: [PR] Only call super() during MockHttp if required [libcloud]

2025-03-02 Thread via GitHub
codecov-commenter commented on PR #2033: URL: https://github.com/apache/libcloud/pull/2033#issuecomment-2692824659 ## [Codecov](https://app.codecov.io/gh/apache/libcloud/pull/2033?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comment

Re: [PR] Only call super() during MockHttp if required [libcloud]

2025-03-02 Thread via GitHub
Kami commented on PR #2033: URL: https://github.com/apache/libcloud/pull/2033#issuecomment-2692822777 @s-t-e-v-e-n-k I've tested it locally and it indeed appears to be working fine. Before: ``` 8156 passed, 13 skipped, 33 warnings in 21.

[PR] Only call super() during MockHttp if required [libcloud]

2024-09-02 Thread via GitHub
s-t-e-v-e-n-k opened a new pull request, #2033: URL: https://github.com/apache/libcloud/pull/2033 ## Only instantiate superclasses of MockHttp if we are provided keyword arguments ### Description With pytest 8.2 and above, any class that contains classes is collected, which me