Skip to content

Commit befb2c1

Browse files
committed
Exclude pickleutil closure tests on pypy 3.11
1 parent 491ab9d commit befb2c1

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
@@ -52,7 +52,7 @@ jobs:
5252
timeout-minutes: 15
5353
if: ${{ startsWith( matrix.python-version, 'pypy' ) }}
5454
run: |
55-
hatch run test:nowarn --ignore=tests/test_debugger.py
55+
hatch run test:nowarn --ignore=tests/test_debugger.py -k "not closure"
5656
5757
- name: Run the tests on Windows
5858
timeout-minutes: 15

0 commit comments

Comments
 (0)