Skip to content
New issue

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

Upgrade psutil to work with newer linux kernels #820

Merged
merged 1 commit into from
Nov 20, 2019

Commits on Nov 18, 2019

  1. Upgrade psutil to work with newer linux kernels

    The 4.18 kernel introduced a number of new fields into the disk io stats
    proc fileystem, and running tests on new versions of linux is causing
    failures because psutil cannot interpret the new fields. This fix
    updates the version such that it works w/ newer kernels.
    
    Relates giampaolo/psutil#1354
    hub-cap committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    07fb02e View commit details
    Browse the repository at this point in the history