Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit c57eed4

Browse files
Skip test_pairwise_with_self/test_no_pairwise_with_self (#126)
1 parent a17c9cf commit c57eed4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ function run_tests {
3333
# Skip test_float_precision_options: https://github.com/pandas-dev/pandas/issues/36429
3434
# Skip test_rolling_var_numerical_issues: https://github.com/pandas-dev/pandas/issues/37398
3535
# Skip test_rolling_skew_kurt_large_value_range: https://github.com/pandas-dev/pandas/issues/37398
36-
python -c 'import pandas; pandas.test(extra_args=["-m not clipboard", "--skip-slow", "--skip-network", "--skip-db", "-n=2", "-k not test_rolling_var_numerical_issues and not test_rolling_skew_kurt_large_value_range and not test_float_precision_options"])'
36+
# Skip test_pairwise_with_self/test_no_pairwise_with_self: https://github.com/pandas-dev/pandas/issues/39553
37+
python -c 'import pandas; pandas.test(extra_args=["-m not clipboard", "--skip-slow", "--skip-network", "--skip-db", "-n=2", "-k not test_rolling_var_numerical_issues and not test_rolling_skew_kurt_large_value_range and not test_float_precision_options and not test_pairwise_with_self and not test_no_pairwise_with_self"])'
3738
}

0 commit comments

Comments
 (0)