RonnyPfannschmidt commented on code in PR #2014: URL: https://github.com/apache/libcloud/pull/2014#discussion_r1628794573
########## libcloud/test/__init__.py: ########## @@ -97,6 +97,8 @@ class MockHttp(LibcloudConnection): (int status, str body, dict headers, str reason) """ + # pytest may collect this class, and we don't need or want that + __test__ = False Review Comment: this hides tests that use a broken inheritance tree -- 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...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org