From 347fe9cd4d8d24bddebc1f86b2ce24d613af38fb Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Mon, 24 Mar 2025 20:13:48 -0700 Subject: [PATCH] Disable pyanalyze tests for now --- .github/workflows/third_party.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index d0cbb0bc..ec2d93f8 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -140,10 +140,11 @@ jobs: run: uv pip install --system "typing-extensions @ ./typing-extensions-latest" - name: List all installed dependencies run: uv pip freeze - - name: Run pyanalyze tests - run: | - cd pyanalyze - pytest pyanalyze/ + # TODO: re-enable + # - name: Run pyanalyze tests + # run: | + # cd pyanalyze + # pytest pyanalyze/ typeguard: name: typeguard tests