-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Don't run .github/*.py
when running pytest
#10012
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
Conversation
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
.github/*.py
with pytest --rootdir
.github/*.py
when running pytest
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
7 similar comments
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
What does this PR do?
Fixes the discussion #9181.
Problem
As reported in the linked discussion, it seems vscode runs the following to collect test items:
which runs
.github/*.py
, andpytorch_lightning/__about__.py
gets modified intentionally.TODO
.github/
in the pytest configBefore submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃