Minor improvements to tests/regr_test.py (#9274)

This commit is contained in:
Alex Waygood
2022-11-25 15:03:20 +00:00
committed by GitHub
parent e2ad6fbe62
commit 95c74ba7e1
2 changed files with 14 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ jobs:
cache: pip
cache-dependency-path: requirements-tests.txt
- run: pip install -r requirements-tests.txt
- run: python ./tests/regr_test.py --all
- run: python ./tests/regr_test.py --all --quiet
pyright:
name: Test typeshed with pyright