Loading
python3Packages.pandas: disable unreliable tests
test_rolling.py is unreliable on aarch64-darwin depending on the compiler used and possibly optimization settings. Disabling these tests allows clang 16 to build Pandas on Darwin successfully. See https://github.com/pandas-dev/pandas/issues/38921.