Merge pull request #173929 from ivan/pandas-skip-bad-test

python3Packages.pandas: skip test_rolling_var_numerical_issues
This commit is contained in:
7c6f434c
2022-05-22 04:10:56 +00:00
committed by GitHub
@@ -90,6 +90,10 @@ buildPythonPackage rec {
"test_comparison_invalid"
# AssertionError: Regex pattern '"quotechar" must be string, not int'
"python-kwargs2"
# Tests for rounding errors and fails if we have better precision
# than expected, e.g. on amd64 with FMA or on arm64
# https://github.com/pandas-dev/pandas/issues/38921
"test_rolling_var_numerical_issues"
] ++ lib.optionals stdenv.isDarwin [
"test_locale"
"test_clipboard"