You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/12/26 22:31:40 UTC

[libcloud] branch trunk updated (c69df0f -> 043bb6d)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from c69df0f  Use latest version of pip on travis.
     new 9aab8cc  Try also running unit tests on windows.
     new 0c75f41  Use pip3.
     new fb887f6  Use python 3.7, set PATH.
     new b6949d6  Use latest Python 3.7 version.
     new 9274a9a  Specify correct tox env.
     new 1e039fb  Use special tox target for Windows unit tests which doesn't rely on libvirt.
     new 5886dbe  Ignore test failure due to permission error in Windows.
     new 8429dbd  Make tests OS agnostic.
     new d791475  Make sure we clean up in tearDown.
     new cb47d58  Skip this test on Windows.
     new f4f5618  That method is now also supported on Windows in newer versions of Python.
     new 2b0f434  Use a temporary file which exists.
     new f4cf6a3  Fix the OS check.
     new 83ac336  Use new / non-deprecated test method names.
     new 558bd86  Add changelog entry.
     new 043bb6d  Merge pull request #1396 from Kami/run_unit_tests_on_multiple_oses

The 7096 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                              | 10 +++++++
 CHANGES.rst                              |  4 +++
 libcloud/test/compute/test_deployment.py | 34 +++++++++++++----------
 libcloud/test/compute/test_ec2.py        | 14 +++++-----
 libcloud/test/compute/test_ssh_client.py |  4 +++
 libcloud/test/storage/test_local.py      |  9 ++++++-
 libcloud/test/storage/test_s3.py         |  4 +--
 libcloud/test/test_init.py               | 12 ++++++---
 libcloud/test/test_utils.py              | 46 +++++++++++++++++---------------
 libcloud/utils/networking.py             | 11 +-------
 libcloud/utils/py3.py                    |  4 +--
 tox.ini                                  |  7 ++++-
 12 files changed, 98 insertions(+), 61 deletions(-)