RonnyPfannschmidt commented on code in PR #2014:
URL: https://github.com/apache/libcloud/pull/2014#discussion_r1628911601
##########
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:
I linked one in the upstream bug, at first glance it's not fixable
--
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]