s-t-e-v-e-n-k commented on code in PR #2014:
URL: https://github.com/apache/libcloud/pull/2014#discussion_r1628859607
##########
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:
Can we determine which tests those are? I'm happy to fix them, because
otherwise pytest 8.2 collects the class and can not instantiate it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]