Skip to content

Commit 1cd0f3a

Browse files
Run pytype test with --print-stderr
This was the first step to figure out the issue in #7635. The stack trace was still pretty mysterious, but it helps more than just "AssertionError".
1 parent 321359c commit 1cd0f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
python-version: 3.9
4949
- run: pip install -r requirements-tests.txt
50-
- run: ./tests/pytype_test.py
50+
- run: ./tests/pytype_test.py --print-stderr
5151

5252
mypy:
5353
name: Run mypy against the stubs

0 commit comments

Comments
 (0)