diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4debd4891..c3947ef31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - "3.11" - "3.12" - "3.13" - - "pypy-3.10" + - "pypy-3.11" steps: - name: Checkout uses: actions/checkout@v5 @@ -51,7 +51,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 - name: Run the tests on Windows timeout-minutes: 15