The GitHub Actions job "Install stable version using pip" on libcloud.git has
failed.
Run started by GitHub user Kami (triggered by Kami).
Head commit for run:
6f1f83d57fb6bbf7d932ea2c4e312ba5fd86fb81 / Tomaz Muraus
Merge pull request #2004 from apache/dependabot/pip/libvirt-python-10.2.0
Bum
The GitHub Actions job "Install stable version using pip" on libcloud.git has
failed.
Run started by GitHub user Kami (triggered by Kami).
Head commit for run:
6f1f83d57fb6bbf7d932ea2c4e312ba5fd86fb81 / Tomaz Muraus
Merge pull request #2004 from apache/dependabot/pip/libvirt-python-10.2.0
Bum
s-t-e-v-e-n-k opened a new pull request, #2014:
URL: https://github.com/apache/libcloud/pull/2014
## Mark MockHttp as not for collection by pytest
### Description
pytest 8.2.0 contains a regression that will collect non-test classes, so as
to be explicit about it, mark MockHttp
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)
"""
+
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)
"""
+