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

Commit b67acd0

Browse files
re-enable testing for py3.7 environments (#115)
1 parent fb668ef commit b67acd0

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,6 +31,5 @@ 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-
# 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'
34+
python -c '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"])'
3635
}

0 commit comments

Comments
 (0)