diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 55a87cbd97..3af8d2371c 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -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: | diff --git a/psutil/tests/test_system.py b/psutil/tests/test_system.py index 68bfc24c96..43b1199f4d 100755 --- a/psutil/tests/test_system.py +++ b/psutil/tests/test_system.py @@ -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.