This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch run_tests_pypy38 in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/run_tests_pypy38 by this push: new 6fae627f3 Remove testing change, add a comment and clarify why pypy 3.7 tests were failing. 6fae627f3 is described below commit 6fae627f3c09eb53dcd9ef5ebaf767c0ff894f26 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Wed Aug 2 09:31:11 2023 +0200 Remove testing change, add a comment and clarify why pypy 3.7 tests were failing. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f4fb3346a..abb6d50b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,8 +38,8 @@ jobs: - "3.10" - "3.11" - "3.12-dev" - # TODO: Investigate why it started failing with cryptic error on CI - - "pypy-3.7" + # cryptography is not compatible with older PyPy versions + #- "pypy-3.7" - "pypy-3.8" os: - ubuntu-latest @@ -63,7 +63,7 @@ jobs: sudo DEBIAN_FRONTEND=noninteractive apt-get update sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq gcc libvirt-dev - - name: Use Python 3.10 + - name: Use Python 3.10 (pyjion) if: ${{ matrix.python_version == 'pyjion' }} uses: actions/setup-python@v4 with: