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

Commit

Permalink
Revert "temporary skip of test_float_precision_options (will need gre…
Browse files Browse the repository at this point in the history
…en for wheels to be published for 1.2rc)"

This reverts commit 3d2e30a.
  • Loading branch information
simonjayhawkins committed Nov 24, 2020
1 parent ec34776 commit 42e9fa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function run_tests {
pip list
python -c 'import pandas; pandas.show_versions()'
# Skip test_maybe_promote_int_with_int: https://github.com/pandas-dev/pandas/issues/31856
# Skip test_float_precision_options: https://github.com/pandas-dev/pandas/issues/36429
# TestPandasContainer for 3.7.0 failure
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'
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'
}

0 comments on commit 42e9fa4

Please sign in to comment.