Skip to content

Conversation

@srittau
Copy link
Collaborator

@srittau srittau commented May 28, 2021

Closes: #5540

shutil.rmtree(dirpath / "mypy/mypy/typeshed/stubs/mypy-extensions")
shutil.copytree(Path("stubs/mypy-extensions"), dirpath / "mypy/mypy/typeshed/stubs/mypy-extensions")
try:
subprocess.run([sys.executable, "runtests.py", "typeshed-ci"], cwd=dirpath / "mypy", check=True)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like typeshed-ci can be removed from mypy repo too.

Copy link
Collaborator

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hauntsaninja hauntsaninja merged commit 9795bae into python:master May 28, 2021
@srittau srittau deleted the drop-mypy-test-suite branch May 28, 2021 12:04
srittau added a commit to srittau/typeshed that referenced this pull request May 28, 2021
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.

Drop mypy test suite?

3 participants