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

Commit cef9f4e

Browse files
add issue numbers for skipped tests
1 parent 02d7c45 commit cef9f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function run_tests {
3232
python -c 'import pandas; pandas.show_versions()'
3333
# Skip test_maybe_promote_int_with_int: https://github.com/pandas-dev/pandas/issues/31856
3434
# Skip test_float_precision_options: https://github.com/pandas-dev/pandas/issues/36429
35-
# Skip test_rolling_var_numerical_issues: https://github.com/pandas-dev/pandas/issues/****
36-
# Skip test_rolling_skew_kurt_large_value_range: https://github.com/pandas-dev/pandas/issues/****
35+
# Skip test_rolling_var_numerical_issues: https://github.com/pandas-dev/pandas/issues/37398
36+
# Skip test_rolling_skew_kurt_large_value_range: https://github.com/pandas-dev/pandas/issues/37398
3737
python -c 'import sys; import pandas; pandas.test(extra_args=["-m not clipboard", "--skip-slow", "--skip-network", "--skip-db", "-n=2", "-k not test_maybe_promote_int_with_int and not test_rolling_var_numerical_issues and not test_rolling_skew_kurt_large_value_range and not test_float_precision_options"])'
3838
}

0 commit comments

Comments
 (0)