Skip to content

Commit be80c36

Browse files
emmatypingJelleZijlstra
authored andcommitted
fix mypy_selftest (#1369)
Related to python/mypy#3337.
1 parent e006faf commit be80c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/mypy_selftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
if __name__ == '__main__':
1212
with tempfile.TemporaryDirectory() as tempdir:
1313
dirpath = Path(tempdir)
14+
subprocess.run(['python2.7', '-m', 'pip', 'install', '--user', 'typing'], check=True)
1415
subprocess.run(['git', 'clone', '--depth', '1', 'git://github.com/python/mypy',
1516
str(dirpath / 'mypy')], check=True)
1617
subprocess.run([sys.executable, '-m', 'pip', 'install', '-U', '-r',

0 commit comments

Comments
 (0)