We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In case there are no disks or NICs installed on the system, see: https://ci.appveyor.com/project/giampaolo/psutil/build/1238/job/b2wdni5v8lx7nxmm
====================================================================== ERROR: psutil.tests.test_misc.TestWrapNumbers.test_cache_clear_public_apis ---------------------------------------------------------------------- Traceback (most recent call last): File "c:\projects\psutil\psutil\tests\test_misc.py", line 607, in test_cache_clear_public_apis psutil.disk_io_counters() File "c:\projects\psutil\psutil\__init__.py", line 2094, in disk_io_counters return nt(*[sum(x) for x in zip(*rawdict.values())]) TypeError: __new__() missing 6 required positional arguments: 'read_count', 'write_count', 'read_bytes', 'write_bytes', 'read_time', and 'write_time'
The text was updated successfully, but these errors were encountered:
Fixed in 2d32a26.
Sorry, something went wrong.
No branches or pull requests
In case there are no disks or NICs installed on the system, see:
https://ci.appveyor.com/project/giampaolo/psutil/build/1238/job/b2wdni5v8lx7nxmm
The text was updated successfully, but these errors were encountered: