Can't get this to reproduce, probably just a flaky test given that it's already marked as such on a multitude of platforms:
> @pytest.mark.skipif(
> "CI" in os.environ and sys.platform.startswith("darwin"),
> reason="Flaky on MacOS CI runners",
> )
> @pytest.mark.skipif(sys.platform == "gnu0", reason="Flaky on Debian
> GNU/Hurd")
> @pytest.mark.skipif(PSUTIL_UNAVAILABLE, reason="psutil is not installed")
> @pytest.mark.parametrize("label", MEM_TESTS.keys())
> def test_mem_usage(label):
I'll do a team upload to disable this specific test soon.
pgpTZKurRA7ay.pgp
Description: OpenPGP digital signature

