Skip to content

Make PEP561 tests opt-in (fix #12879) #12883

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
May 29, 2022

Conversation

erikkemperman
Copy link
Contributor

Fixes #12879

Make the PEP561 test suite optional.

Test Plan

./runtests.py will skip the PEP561 suite, whereas ./runtests.py pytest-extra will run only that suite.

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@emmatyping emmatyping merged commit 2051024 into python:master May 29, 2022
@emmatyping
Copy link
Member

Thanks for the PR :)

@erikkemperman erikkemperman deleted the issue-12879 branch May 30, 2022 03: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 PEP561 tests in runtests.py by default
2 participants