Revert "Add colour to the output of mypy_test" (#7874)

Revert "Add colour to the output of `mypy_test` (#7872)"

This reverts commit 753eb053ac.
This commit is contained in:
Alex Waygood
2022-05-19 01:13:06 +01:00
committed by GitHub
parent 753eb053ac
commit a348dac6e7
4 changed files with 33 additions and 79 deletions

View File

@@ -60,7 +60,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install $(grep tomli== requirements-tests.txt) $(grep mypy== requirements-tests.txt) termcolor
- run: pip install $(grep tomli== requirements-tests.txt) $(grep mypy== requirements-tests.txt)
- run: ./tests/mypy_test.py --platform=${{ matrix.platform }} --python-version=${{ matrix.python-version }}
pyright: