-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[EZ] Restore test_unicode_comments
#134589
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
This reverts changes introduced by test_jit.py by 43737bd and adds lint suppression for this it
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/134589
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 2295b45 with merge base 13114da ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Hmm, I expect it to fail some sort of a lint rule against unicode characters... |
It's possible that in #124771 that after hitting the flake8 error a bunch of times I was overzealous about expunging non-ascii chars and this particular line never caused flake8 to complain. |
This reverts changes introduced by test_jit.py by 43737bd and adds lint suppression for this it As test name suggests it should have an unicode comment to make sure our parser can handle it Part of the fix for #134422 Pull Request resolved: #134589 Approved by: https://github.com/aorenste, https://github.com/Skylion007
This reverts changes introduced by test_jit.py by pytorch@43737bd and adds lint suppression for this it As test name suggests it should have an unicode comment to make sure our parser can handle it Part of the fix for pytorch#134422 Pull Request resolved: pytorch#134589 Approved by: https://github.com/aorenste, https://github.com/Skylion007
This reverts changes introduced by test_jit.py by 43737bd and adds lint suppression for this it
As test name suggests it should have an unicode comment to make sure our parser can handle it
Part of the fix for #134422