We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675abf4 commit 491ab9dCopy full SHA for 491ab9d
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- "3.11"
29
- "3.12"
30
- "3.13"
31
- - "pypy-3.10"
+ - "pypy-3.11"
32
steps:
33
- name: Checkout
34
uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
52
timeout-minutes: 15
53
if: ${{ startsWith( matrix.python-version, 'pypy' ) }}
54
run: |
55
- hatch run test:nowarn
+ hatch run test:nowarn --ignore=tests/test_debugger.py
56
57
- name: Run the tests on Windows
58
0 commit comments