mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Only a subset of mypy's test suite should be relevant to typeshed: https://github.com/python/mypy/pull/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 https://github.com/python/typeshed/issues/4333 Co-authored-by: hauntsaninja <>