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 2024/04/16 20:08:09 UTC

(libcloud) branch trunk updated (4a0137239 -> 6d4a6b2a2)

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 4a0137239 Merge pull request #2000 from apache/dependabot/github_actions/actions/dependency-review-action-4
     add 6a646d0c3 Bump pytest from 7.4.0 to 8.0.2
     add 8192d0e2d Merge branch 'trunk' into dependabot/pip/pytest-8.0.2
     add dc6831067 Merge branch 'trunk' into dependabot/pip/pytest-8.0.2
     add 5e0e67513 Merge branch 'trunk' into dependabot/pip/pytest-8.0.2
     add 7fa07c468 Merge branch 'trunk' into dependabot/pip/pytest-8.0.2
     add 20ae73156 Try using loadscope pytest-xdist test distribution method to see if this helps with a weird race we started to see more often with latest version of pytest.
     add 83a1114a0 Revert "Try using loadscope pytest-xdist test distribution method to see if this"
     add 836eeee88 Merge branch 'trunk' of http://gitbox.apache.org/repos/asf/libcloud into dependabot/pip/pytest-8.0.2
     add 60b4817a1 Upgrade pytest-xdist dependency.
     add 587bf9818 Merge branch 'trunk' of http://gitbox.apache.org/repos/asf/libcloud into dependabot/pip/pytest-8.0.2
     add a52f5d9f6 Try a workaround for tests which started failing with new pytest version (>= 8.0).
     add 5ce6c01d1 Fix lint.
     add def28c943 Upgrade pytest to 8.1.1 since it includes some changes which may fix weird race condition we've been seeing.
     add 9e2a11d50 Test a change to see if it helps with cross test pollution and related CI test run failures.
     add 841dea766 Fix bug in the base MockHttp class which was there for a long time since we incorrectly used class attribute value instead of the value passed to the method.
     add 7267fc4f9 Additional changes to the DigitalOcean tests to avoid cross test pollution and related failures when running tests in parallel.
     add 923a3aec2 For now, don't run problematic tests with coverage tox target.
     add 6ba2819cc Try fixing problematic init_once tests.
     add f4fe2fbfd Also clean up / rest DigitalOcean mock http classes as part of tearDown.
     add e93deea66 Add changelog entry for #1994.
     add 532bb183b Also run rstcheck on README.rst file.
     new 6d4a6b2a2 Merge pull request #1994 from apache/dependabot/pip/pytest-8.0.2

The 1 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:
 CHANGES.rst                                   | 16 ++++++
 libcloud/test/__init__.py                     |  2 +-
 libcloud/test/common/test_digitalocean_v2.py  | 18 ++++---
 libcloud/test/compute/test_digitalocean_v2.py | 71 ++++++++++++++++-----------
 libcloud/test/dns/test_digitalocean.py        |  8 +++
 libcloud/test/test_init.py                    |  7 ++-
 requirements-tests.txt                        |  4 +-
 tox.ini                                       |  7 ++-
 8 files changed, 93 insertions(+), 40 deletions(-)


(libcloud) 01/01: Merge pull request #1994 from apache/dependabot/pip/pytest-8.0.2

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6d4a6b2a2e83089b8168290e930487d0fb8edffa
Merge: 4a0137239 532bb183b
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Apr 16 22:07:57 2024 +0200

    Merge pull request #1994 from apache/dependabot/pip/pytest-8.0.2
    
    Bump pytest from 7.4.0 to 8.0.2

 CHANGES.rst                                   | 16 ++++++
 libcloud/test/__init__.py                     |  2 +-
 libcloud/test/common/test_digitalocean_v2.py  | 18 ++++---
 libcloud/test/compute/test_digitalocean_v2.py | 71 ++++++++++++++++-----------
 libcloud/test/dns/test_digitalocean.py        |  8 +++
 libcloud/test/test_init.py                    |  7 ++-
 requirements-tests.txt                        |  4 +-
 tox.ini                                       |  7 ++-
 8 files changed, 93 insertions(+), 40 deletions(-)