Hi Folks, Started a sep thread just in case I'm doing something wrong. Running tox with py2.7, on Ubuntu, I get the following to Azure errors:
====================================================================== ERROR: test_locations_returned_successfully (libcloud.test.compute.test_azure_arm.AzureNodeDriverTests) ---------------------------------------------------------------------- <manually snipped for brevity> TypeError: get_token_from_credentials() takes exactly 1 argument (2 given) ====================================================================== ERROR: test_sizes_returned_successfully (libcloud.test.compute.test_azure_arm.AzureNodeDriverTests) ---------------------------------------------------------------------- <manually snipped for brevity> TypeError: get_token_from_credentials() takes exactly 1 argument (2 given) I don't have anything in my PYTHONPATH, I'm in a virtualenv, and no other version of libcloud is installed. Is this expected, or should I be specifying a flag to skip? Thanks, Tom