mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-12 03:10:52 +08:00
Remove support for pytype (#14463)
This commit is contained in:
@@ -83,13 +83,6 @@ Note that some tests require extra setup steps to install the required dependenc
|
||||
(.venv) > pip install -r requirements-tests.txt
|
||||
```
|
||||
|
||||
To be able to run pytype tests, you'll also need to install it manually
|
||||
as it's currently excluded from the requirements file:
|
||||
|
||||
```powershell
|
||||
(.venv) > pip install -U pytype
|
||||
```
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr><!-- disables zebra striping --></tr>
|
||||
@@ -104,10 +97,6 @@ as it's currently excluded from the requirements file:
|
||||
uv pip install -r requirements-tests.txt
|
||||
```
|
||||
|
||||
```shell
|
||||
uv pip install -U pytype
|
||||
```
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user