fog / fog-google

Fog for Google Cloud Platform
MIT License
99 stars 146 forks source link

Attempt to fix kwargs issues on 2.6 #542

Closed Temikus closed 2 years ago

Temikus commented 2 years ago

Because apparently 2.6 vs 2.7 has some issues in terms of how it processes things like **options

This is needed to fix #535

Temikus commented 2 years ago

I've added 2.6 to tests temporarily to give us a hint what's failing.

Temikus commented 2 years ago

Good news, looks like everything relevant was fixed in #540