8000 Disable pyanalyze tests for now (#554) · python/typing_extensions@e77e8e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e77e8e2

Browse files
authored
Disable pyanalyze tests for now (#554)
1 parent 3218d77 commit e77e8e2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/third_party.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,11 @@ jobs:
140140
run: uv pip install --system "typing-extensions @ ./typing-extensions-latest"
141141
- name: List all installed dependencies
142142
run: uv pip freeze
143-
- name: Run pyanalyze tests
144-
run: |
145-
cd pyanalyze
146-
pytest pyanalyze/
143+
# TODO: re-enable
144+
# - name: Run pyanalyze tests
145+
# run: |
146+
# cd pyanalyze
147+
# pytest pyanalyze/
147148

148149
typeguard:
149150
name: typeguard tests

0 commit comments

Comments
 (0)
0