[PyT] Install pytest in onnx L1 test as Pyt container no longer packages it#2781
Merged
KshitijLakhani merged 1 commit intoNVIDIA:mainfrom Mar 19, 2026
Conversation
Signed-off-by: Kshitij Janardan Lakhani <klakhani@nvidia.com>
Collaborator
Author
|
/te-ci pytorch L1 |
Contributor
Greptile SummaryThis PR fixes the ONNX L1 test script by explicitly installing
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Start test.sh] --> B[Set TE_PATH / XML_LOG_DIR defaults]
B --> C[mkdir -p XML_LOG_DIR]
C --> D[pip3 install pytest==8.2.1]
D -->|success| E[Run pytest on test_onnx_export.py\nwith NVTE_UnfusedDPA_Emulate_FP8=1]
D -->|failure| F[error_exit: Failed to install pytest\nexit 1]
E -->|pass| G[Exit 0]
E -->|fail| H[Exit with pytest non-zero code]
Last reviewed commit: "Install pytest in on..." |
Collaborator
Author
|
All jobs in the pipeline pass (46474880) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Install pytest in onnx L1 test as Pyt container no longer packages it
Fixes # (issue)
Type of change
Checklist: