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 1431a2f64ecb3c1df03290d69eb195db3ae687ad
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jul 31 12:49:30 2023 +0200

    Temporary disable PyPy 3.7 tests which are failing on CI.
---
 .github/workflows/main.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1fac3d4f5..ca119761d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -54,7 +54,8 @@ jobs:
           - 3.9
           - "3.10"
           - "3.11"
-          - "pypy-3.7"
+          # TODO: Investigate why it started failing with cryptic error on CI
+          #- "pypy-3.7"
         os:
           - ubuntu-latest
         include:

Reply via email to