diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f78dc42a0..f5103c959 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - "3.11" - "3.12" - "3.13" - - "pypy-3.10" + - "pypy-3.11" steps: - name: Checkout uses: actions/checkout@v4 @@ -52,7 +52,7 @@ jobs: timeout-minutes: 15 if: ${{ startsWith( matrix.python-version, 'pypy' ) }} run: | - hatch run test:nowarn + hatch run test:nowarn --ignore=tests/test_debugger.py -k "not closure" - name: Run the tests on Windows timeout-minutes: 15