From 28493326b1a0f10f46e9a1ed85ff8da6341942ca Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:39:05 -0700 Subject: [PATCH] Remove typeguard PyPy tests (#463) This one has been flaky for a while (since July I think), but has recently started failing pretty consistently --- .github/workflows/third_party.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index 720ee7a8..b5d65903 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -186,7 +186,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ubuntu-latest timeout-minutes: 60 steps: