We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3218d77 commit e77e8e2Copy full SHA for e77e8e2
.github/workflows/third_party.yml
@@ -140,10 +140,11 @@ jobs:
140
run: uv pip install --system "typing-extensions @ ./typing-extensions-latest"
141
- name: List all installed dependencies
142
run: uv pip freeze
143
- - name: Run pyanalyze tests
144
- run: |
145
- cd pyanalyze
146
- pytest pyanalyze/
+ # TODO: re-enable
+ # - name: Run pyanalyze tests
+ # run: |
+ # cd pyanalyze
147
+ # pytest pyanalyze/
148
149
typeguard:
150
name: typeguard tests
0 commit comments