Skip to content

Commit c35d41b

Browse files
authored
hatch run test:nowarn --ignore=tests/test_debugger.py
Ignore test_debugger.py when running tests on pypy.
1 parent 4245394 commit c35d41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
timeout-minutes: 15
5252
if: ${{ startsWith( matrix.python-version, 'pypy' ) }}
5353
run: |
54-
hatch run test:nowarn
54+
hatch run test:nowarn --ignore=tests/test_debugger.py
5555
5656
- name: Run the tests on Windows
5757
timeout-minutes: 15

0 commit comments

Comments
 (0)