luigimarmo / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

test_disk_partitions fails #377

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
test_disk_partitions fails. I use psutil 0.7.1.

======================================================================
FAIL: test_disk_partitions (__main__.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_psutil.py", line 568, in test_disk_partitions
    assert os.path.exists(disk.device), disk
AssertionError: partition(device='801', mountpoint='/', fstype='ext3', 
opts='rw,acl,user_xattr,commit=0')

Original issue reported on code.google.com by Arfrever...@gmail.com on 11 May 2013 at 10:16

GoogleCodeExporter commented 8 years ago
Fixed in revision 3d35286e7cee. Thanks.

Original comment by g.rodola on 12 May 2013 at 8:05

GoogleCodeExporter commented 8 years ago

Original comment by g.rodola on 8 Jun 2013 at 12:23

GoogleCodeExporter commented 8 years ago

Original comment by g.rodola on 11 Jul 2013 at 8:54