Skip to content

Commit c2c762d

Browse files
emmatypingtushar-deepsource
authored andcommitted
Revert "Try adding mypy self check on PyPy to CI" (python#11365)
This reverts commit caae446.
1 parent 61444e3 commit c2c762d

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ jobs:
8080
arch: x64
8181
os: ubuntu-latest
8282
toxenv: type
83-
- name: Type check our own code (on pypy)
84-
python: 'pypy-3.8'
85-
arch: x64
86-
os: ubuntu-latest
87-
toxenv: type-pypy
8883
- name: Code style with flake8
8984
python: '3.7'
9085
arch: x64

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ commands =
5353
python -m mypy --config-file mypy_self_check.ini -p mypy -p mypyc
5454
python -m mypy --config-file mypy_self_check.ini misc/proper_plugin.py scripts/mypyc
5555

56-
[testenv:type-pypy]
57-
description = type check ourselves (on PyPy!)
58-
basepython = pypy-3.8
59-
commands =
60-
python -m mypy --config-file mypy_self_check.ini -p mypy
61-
6256
[testenv:docs]
6357
description = invoke sphinx-build to build the HTML docs
6458
basepython = python3.7

0 commit comments

Comments
 (0)