Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d16017b

Browse files
authored
Drop mypy self test (#5344)
Closes: #5303
1 parent 6905c0d commit d16017b

3 files changed

Lines changed: 1 addition & 76 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ jobs:
7272
- run: pip install -U git+git://github.com/python/mypy
7373
- run: ./tests/mypy_test.py --platform=${{ matrix.platform }}
7474

75-
mypy-self-check:
76-
name: Check mypy source with itself
77-
runs-on: ubuntu-latest
78-
steps:
79-
- uses: actions/checkout@v2
80-
- uses: actions/setup-python@v2
81-
- run: ./tests/mypy_self_check.py
82-
8375
mypy-test-suite:
8476
name: Run the mypy test suite
8577
# Ubuntu 20.04 doesn't have the Python 2 venv module.

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ tests typeshed with [mypy](https://github.com/python/mypy/)
110110
[pytype](https://github.com/google/pytype/).
111111
- `tests/pyright_test.py` tests typeshed with
112112
[pyright](https://github.com/microsoft/pyright).
113-
- `tests/mypy_self_check.py` checks mypy's code base using this version of
114-
typeshed.
115113
- `tests/mypy_test_suite.py` runs a subset of mypy's test suite using this version of
116114
typeshed.
117115
- `tests/check_consistent.py` checks certain files in typeshed remain
@@ -175,17 +173,7 @@ This test works similarly to `mypy_test.py`, except it uses `pytype`.
175173

176174
This test requires Node.js to be installed.
177175

178-
### mypy_self_check.py
179-
180-
This test requires Python 3.6 or higher; Python 3.6.1 or higher is recommended.
181-
Run using:
182-
```
183-
(.venv3)$ python3 tests/mypy_self_check.py
184-
```
185-
186-
This test checks mypy's code base using mypy and typeshed code in this repo.
187-
188-
### mypy_test_suite.py
176+
### mypy\_test\_suite.py
189177

190178
This test requires Python 3.5 or higher; Python 3.6.1 or higher is recommended.
191179
Run using:

tests/mypy_self_check.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)