Skip to content

Commit 6c02201

Browse files
committed
Devel: bump psutil to match Fedora 38 packages
Fedora 38 is the development image used on CI, and one that is popular for Avocado development at this time. Let's match the version of psutil available on the distro with the development requirement. This avoid the atempt to compile a custom version of psutil. Signed-off-by: Cleber Rosa <[email protected]>
1 parent c94a91f commit 6c02201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ black==22.3.0
1010
coverage==5.5
1111

1212
# To run make check
13-
psutil==5.8.0
13+
psutil==5.9.5
1414

1515
# pycdlib is an optional requirement in production
1616
# but is necessary for selftests

0 commit comments

Comments
 (0)