-
Notifications
You must be signed in to change notification settings - Fork 24.2k
Make python_agnostic cpp extension tests standalone #153274
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
base: gh/jbschlosser/245/base
Are you sure you want to change the base?
Conversation
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/153274
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 18681a5 with merge base 916f6ba ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
[ghstack-poisoned]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice! can we also get a link here from CI to make sure this does indeed run?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank u! <3
Related: #148920 This PR: * Introduces a new file `test/cpp_extensions/python_agnostic_extension/test/test_python_agnostic.py` with testing that follows the usual python testing patterns * This replaces the testing for python_agnostic in `test/test_cpp_extensions_aot.py` After this PR, it is now possible to run: ``` python test/cpp_extensions/python_agnostic_extension/test/test_python_agnostic.py ``` and the test will build the prerequisite wheel before running the tests. [ghstack-poisoned]
@pytorchmergebot merge -i |
Merge startedYour change will be merged while ignoring the following 0 checks: Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: trunk / win-vs2022-cpu-py3 / test (default, 2, 3, lf.windows.4xlarge.nonephemeral) Details for Dev Infra teamRaised by workflow job |
Stack from ghstack (oldest at bottom):
Related: #148920
This PR:
test/cpp_extensions/python_agnostic_extension/test/test_python_agnostic.py
with testing that follows the usual python testing patternstest/test_cpp_extensions_aot.py
After this PR, it is now possible to run:
and the test will build the prerequisite wheel before running the tests.