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 2023/07/31 17:11:35 UTC

[libcloud] branch trunk updated (6c9122dc7 -> c47e3244c)

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 6c9122dc7 Also require Unit Tests Python 3.11 status check to pass for merging.
     add ff8059a84 Also try running tests under Python 3.12 beta.
     add d1b563314 Remove script wrapper to avoid extra line breaks around the output.
     add 249ff3aa3 Enable pytest colors without script -c -e "" wrapper.
     new c47e3244c Merge pull request #1920 from apache/run_tests_py312

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:
 .github/workflows/integration-tests.yml |  7 ++++++-
 .github/workflows/main.yml              | 20 +++++++++++++-------
 pyproject.toml                          |  4 ++++
 setup.py                                |  1 +
 tox.ini                                 |  9 +++++----
 5 files changed, 29 insertions(+), 12 deletions(-)


[libcloud] 01/01: Merge pull request #1920 from apache/run_tests_py312

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 c47e3244ca6c6d211ebd58145238eb96a807e01a
Merge: 6c9122dc7 249ff3aa3
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jul 31 19:11:29 2023 +0200

    Merge pull request #1920 from apache/run_tests_py312
    
    Also run unit tests under Python 3.12 beta

 .github/workflows/integration-tests.yml |  7 ++++++-
 .github/workflows/main.yml              | 20 +++++++++++++-------
 pyproject.toml                          |  4 ++++
 setup.py                                |  1 +
 tox.ini                                 |  9 +++++----
 5 files changed, 29 insertions(+), 12 deletions(-)