[GH] (libcloud): Workflow run "Integration Tests" failed!

2024-09-02 Thread GitBox
The GitHub Actions job "Integration Tests" on libcloud.git has failed. Run started by GitHub user Kami (triggered by Kami). Head commit for run: 1ebd60533ad1b4a9384716fd2c2dcf43fcd78674 / Tomaz Muraus Don't try to run install tests under Python 3.5 since it's EOL and build is now also failing w

[GH] (libcloud): Workflow run "CI" failed!

2024-09-02 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user asfgit (triggered by asfgit). Head commit for run: 1ebd60533ad1b4a9384716fd2c2dcf43fcd78674 / Tomaz Muraus Don't try to run install tests under Python 3.5 since it's EOL and build is now also failing with older v

Re: [PR] Mark MockHttp as not for collection by pytest [libcloud]

2024-09-02 Thread via GitHub
s-t-e-v-e-n-k closed pull request #2014: Mark MockHttp as not for collection by pytest URL: https://github.com/apache/libcloud/pull/2014 -- 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

Re: [PR] Mark MockHttp as not for collection by pytest [libcloud]

2024-09-02 Thread via GitHub
s-t-e-v-e-n-k commented on PR #2014: URL: https://github.com/apache/libcloud/pull/2014#issuecomment-2325579856 Closing as a terrible idea. -- 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 spec

[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