Skip to content

mypy_test_suite: run a subset of tests #4723

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 28, 2020
Merged

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