Merge pull request #173929 from ivan/pandas-skip-bad-test
python3Packages.pandas: skip test_rolling_var_numerical_issues
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user