Skip to content

Commit

Permalink
try to fix BSD failures
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 18, 2023
1 parent 6f5a500 commit 404555a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
usesh: true
prepare: |
set -e
pkg_add -v pkgin
/usr/sbin/pkg_add -v pkgin
pkgin update
pkgin -y install python311-* py311-setuptools-* gcc12-*
run: |
Expand Down
1 change: 1 addition & 0 deletions psutil/tests/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ def test_per_cpu_times_2(self):
if difference >= 0.05:
return

@retry_on_failure
def test_cpu_times_comparison(self):
# Make sure the sum of all per cpu times is almost equal to
# base "one cpu" times.
Expand Down

0 comments on commit 404555a

Please sign in to comment.