From 8d6314b8f32afbc2060ea3566c2880d62f2881e3 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Wed, 19 May 2021 18:33:57 +0200 Subject: [PATCH] mypy test suite is broken, disable temporarily (#5505) --- .github/workflows/tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe6bc946b..b3660e930 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,14 +72,14 @@ jobs: - run: pip install -U git+git://github.com/python/mypy - run: ./tests/mypy_test.py --platform=${{ matrix.platform }} - mypy-test-suite: - name: Run the mypy test suite - # Ubuntu 20.04 doesn't have the Python 2 venv module. - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 - - run: ./tests/mypy_test_suite.py +# mypy-test-suite: +# name: Run the mypy test suite +# # Ubuntu 20.04 doesn't have the Python 2 venv module. +# runs-on: ubuntu-18.04 +# steps: +# - uses: actions/checkout@v2 +# - uses: actions/setup-python@v2 +# - run: ./tests/mypy_test_suite.py pyright: name: Run pyright against the stubs