Skip to content

Commit

Permalink
Upgrade psutil to work with newer linux kernels (#820)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hub-cap committed Nov 20, 2019
1 parent 65e31c4 commit b043783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def str_from_file(name):
# transitive dependency urllib3: MIT
"elasticsearch==7.0.5",
# License: BSD
"psutil==5.4.0",
"psutil==5.6.5",
# License: MIT
"py-cpuinfo==3.2.0",
# License: MIT
Expand Down

0 comments on commit b043783

Please sign in to comment.