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

Commit 43d0888

Browse files
remove test_file_descriptor_leak from skip list
1 parent 1242f8e commit 43d0888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ function run_tests {
3333
# Skip test_maybe_promote_int_with_int: https://github.com/pandas-dev/pandas/issues/31856
3434
# test_missing_required_dependencies: https://github.com/pandas-dev/pandas/issues/33999
3535
# TestPandasContainer for 3.7.0 failure
36-
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_missing_required_dependency and not test_file_descriptor_leak and not test_groupby_rolling_center_center and not test_groupby_subselect_rolling and not test_groupby_rolling_custom_indexer and not test_groupby_rolling_subset_with_closed and not test_groupby_subset_rolling_subset_with_closed"]) if sys.version_info[:2] != (3, 7) else None'
36+
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_missing_required_dependency and not test_groupby_rolling_center_center and not test_groupby_subselect_rolling and not test_groupby_rolling_custom_indexer and not test_groupby_rolling_subset_with_closed and not test_groupby_subset_rolling_subset_with_closed"]) if sys.version_info[:2] != (3, 7) else None'
3737
}

0 commit comments

Comments
 (0)