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 4245394 commit c35d41bCopy full SHA for c35d41b
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
timeout-minutes: 15
52
if: ${{ startsWith( matrix.python-version, 'pypy' ) }}
53
run: |
54
- hatch run test:nowarn
+ hatch run test:nowarn --ignore=tests/test_debugger.py
55
56
- name: Run the tests on Windows
57
0 commit comments