Skip to content

Commit 0890853

Browse files
temporary skip test_slice_irregular_datetime_index_with_nan
to be reverted after pandas-dev/pandas#37473 backported
1 parent 7c5e9ef commit 0890853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ 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
# TestPandasContainer for 3.7.0 failure
35-
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'
35+
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'
3636
}

0 commit comments

Comments
 (0)