Skip to content

Commit bad4390

Browse files
committed
Exclude stubtest step for Pypy in CI
1 parent 71f995e commit bad4390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
run: |
7474
pytest
7575
- name: Run Mypy stubtest
76+
# XXX doesn't work on Pypy due to some symtable issues...
77+
if: "!startsWith(matrix.python-version, 'pypy')"
7678
run: |
7779
stubtest --ignore-disjoint-bases --allowlist stubtest-allowlist json_stream_rs_tokenizer
7880
- name: Save Rust/Cargo cache

0 commit comments

Comments
 (0)