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 means they are instantiated, which MockHttp's superclasses do not accept, 
since they require keyword arguments. To work around this, only call the 
superclass's __init__ method if we are passed kwargs.
   
   ### Status
   
   Done, ready for review
   
   ### Checklist (tick everything that applies)
   
   - [x] [Code 
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
 (required, can be done after the PR checks)
   - [x] Documentation (as code comments)
   - [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
   - [ ] 
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
 (required for bigger changes)
   


-- 
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

Reply via email to