Skip to content

Commit

Permalink
temporary skip test_slice_irregular_datetime_index_with_nan
Browse files Browse the repository at this point in the history
to be reverted after pandas-dev/pandas#37473 backported
  • Loading branch information
simonjayhawkins committed Oct 29, 2020
1 parent 7c5e9ef commit 0890853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ 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
# TestPandasContainer for 3.7.0 failure
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_file_descriptor_leak"]) if sys.version_info[:2] != (3, 7) else None'
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_file_descriptor_leak and not test_slice_irregular_datetime_index_with_nan"]) if sys.version_info[:2] != (3, 7) else None'
}

0 comments on commit 0890853

Please sign in to comment.