Skip to content

Conversation

@shivansh-ibm
Copy link
Contributor

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

@SonalMahambrey1
Copy link

looks good to me

@shivansh-ibm
Copy link
Contributor Author

@shubham-dayma-ibm , please review this pr


#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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this change tested with release-7.1.3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants