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

Commit d391879

Browse files
Merge remote-tracking branch 'upstream/master' into troubleshoot-master
2 parents 862121b + 10d94ee commit d391879

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function run_tests {
3131
pip list
3232
python -c 'import pandas; pandas.show_versions()'
3333
# Skip test_maybe_promote_int_with_int: https://github.com/pandas-dev/pandas/issues/31856
34-
# test_missing_required_dependencies: https://github.com/pandas-dev/pandas/issues/33999
3534
# 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"]) 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"]) if sys.version_info[:2] != (3, 7) else None'
3736
}

0 commit comments

Comments
 (0)