You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test is checking if the mount-point is a directory but that is not the case inside a Docker container where /etc/resolv.conf is mounted from the host.
If I run the tests suite inside a Docker container the
TestSystemAPIs.test_disk_partitions
fails.Of course
psutil
is woking fine and if I run in Python:it correctly finds all the partitions.
The test is checking if the mount-point is a directory but that is not the case inside a Docker container where
/etc/resolv.conf
is mounted from the host.psutil/psutil/tests/test_system.py
Line 508 in c10df5a
Is this something worth fixing?
Thank you for the project by the way 👍
The text was updated successfully, but these errors were encountered: