Skip to content

Commit 2849332

Browse files
authored
Remove typeguard PyPy tests (python#463)
This one has been flaky for a while (since July I think), but has recently started failing pretty consistently
1 parent d9509f9 commit 2849332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
strategy:
187187
fail-fast: false
188188
matrix:
189-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10"]
189+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
190190
runs-on: ubuntu-latest
191191
timeout-minutes: 60
192192
steps:

0 commit comments

Comments
 (0)