Fixing build script to install latest v7.2.1#7754
Open
shivansh-ibm wants to merge 1 commit intoppc64le:masterfrom
Open
Fixing build script to install latest v7.2.1#7754shivansh-ibm wants to merge 1 commit intoppc64le:masterfrom
shivansh-ibm wants to merge 1 commit intoppc64le:masterfrom
Conversation
|
looks good to me |
Contributor
Author
|
@shubham-dayma-ibm , please review this pr |
shubham-dayma-ibm
requested changes
Jan 23, 2026
|
|
||
| #run tests skipping and deselecting few tests failing on ppc64le and x86 | ||
| if ! pytest -v --deselect=psutil/tests/test_linux.py --deselect=psutil/tests/test_system.py -k "not test_disk_partitions and not test_debug and not test_who and not test_terminal and not test_users and not test_cpu_freq and not test_leak_mem and not test_cpu_affinity and not test_cpu_times and not test_per_cpu_times and not test_import_all" --disable-warnings ; then | ||
| if ! pytest -v --deselect=tests/test_linux.py --deselect=tests/test_system.py -k "not test_disk_partitions and not test_debug and not test_who and not test_terminal and not test_users and not test_cpu_freq and not test_leak_mem and not test_cpu_affinity and not test_cpu_times and not test_per_cpu_times and not test_import_all" --disable-warnings ; then |
Contributor
There was a problem hiding this comment.
is this change tested with release-7.1.3?
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.
2 test cases are failing which we are already deselecting in the pytest command. But these test cases are present inside tests subdir not psutils/tests subdir, so fixing it