Skip to content

Conversation

@hauntsaninja
Copy link
Collaborator

Only a subset of mypy's test suite should be relevant to typeshed:
python/mypy#9638
This should make things faster.
(Also the -n12 argument to pytest is weird; note mypy's pytest.ini
automatically specificies -nauto which is what we should want)

Resolves #4333

Only a subset of mypy's test suite should be relevant to typeshed:
python/mypy#9638
This should make things faster.
(Also the -n12 argument to pytest is weird; note mypy's pytest.ini
automatically specificies -nauto which is what we should want)

Resolves python#4333
@hauntsaninja
Copy link
Collaborator Author

Looks like it runs in six minutes, leaving mypy_primer as the slowest running test, followed by pytype.

@srittau srittau merged commit 96d7d77 into python:master Oct 28, 2020
@hauntsaninja hauntsaninja deleted the sped branch October 28, 2020 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't run mypy self-test?

2 participants