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

Commit 943ed15

Browse files
remove skip for test_maybe_promote_int_with_int (#117)
1 parent 196730c commit 943ed15

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
@@ -30,6 +30,5 @@ function run_tests {
3030
which -a python
3131
pip list
3232
python -c 'import pandas; pandas.show_versions()'
33-
# Skip test_maybe_promote_int_with_int: https://github.com/pandas-dev/pandas/issues/31856
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"])'
33+
python -c 'import pandas; pandas.test(extra_args=["-m not clipboard", "--skip-slow", "--skip-network", "--skip-db", "-n=2"])'
3534
}

0 commit comments

Comments
 (0)