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

Commit 42e9fa4

Browse files
Revert "temporary skip of test_float_precision_options (will need green for wheels to be published for 1.2rc)"
This reverts commit 3d2e30a.
1 parent ec34776 commit 42e9fa4

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-
# Skip test_float_precision_options: https://github.com/pandas-dev/pandas/issues/36429
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_file_descriptor_leak and not test_float_precision_options"]) 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)