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

Commit

Permalink
add issue numbers for skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins committed Nov 27, 2020
1 parent 02d7c45 commit cef9f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function run_tests {
python -c 'import pandas; pandas.show_versions()'
# Skip test_maybe_promote_int_with_int: https://github.com/pandas-dev/pandas/issues/31856
# Skip test_float_precision_options: https://github.com/pandas-dev/pandas/issues/36429
# Skip test_rolling_var_numerical_issues: https://github.com/pandas-dev/pandas/issues/****
# Skip test_rolling_skew_kurt_large_value_range: https://github.com/pandas-dev/pandas/issues/****
# Skip test_rolling_var_numerical_issues: https://github.com/pandas-dev/pandas/issues/37398
# Skip test_rolling_skew_kurt_large_value_range: https://github.com/pandas-dev/pandas/issues/37398
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"])'
}

0 comments on commit cef9f4e

Please sign in to comment.