8000 TST: Added script to enforce usage of match argument for tm.assert_produces_warning by chaarvii · Pull Request #59173 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

TST: Added script to enforce usage of match argument for tm.assert_produces_warning #59173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 15 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update exclude list
  • Loading branch information
chaarvii committed Jul 3, 2024
commit fde98254c671b93b05e94341745ef6bb9a48e7c8
13 changes: 2 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ repos:
pandas/tests/plotting/test_datetimelike.py|
pandas/tests/plotting/frame/test_frame_color.py|
pandas/tests/plotting/test_hist_method.py|
pandas/tests/plotting/test_boxplot_method.py|
pandas/tests/util/test_deprecate_kwarg.py|
pandas/tests/util/test_deprecate.py|
pandas/tests/util/test_assert_produces_warning.py|
Expand All @@ -330,27 +329,20 @@ repos:
pandas/tests/indexes/datetimes/methods/test_shift.py|
pandas/tests/extension/test_period.py|
pandas/tests/io/pytables/test_retain_attributes.py|
pandas/tests/scalar/timestamp/methods/test_round.py|
pandas/tests/scalar/timestamp/methods/test_to_pydatetime.py|
pandas/tests/io/test_sql.py|
pandas/tests/reshape/test_pivot.py|
pandas/tests/plotting/frame/test_hist_box_by.py|
pandas/tests/plotting/test_boxplot_method.py|
pandas/tests/frame/methods/test_reindex_like.py|
pandas/tests/plotting/test_series.py|
pandas/tests/io/parser/test_unsupported.py|
pandas/tests/series/accessors/test_cat_accessor.py|
pandas/tests/test_algos.py|
pandas/tests/indexing/multiindex/test_multiindex.py|
pandas/tests/indexes/multi/test_drop.py|
pandas/tests/plotting/frame/test_frame.py|
pandas/tests/window/test_numba.py|
pandas/tests/reshape/test_cut.py|
pandas/tests/io/parser/test_unsupported.py|
pandas/tests/apply/test_str.py|
pandas/tests/indexes/multi/test_indexing.py|
pandas/tests/io/pytables/test_store.py|
pandas/tests/io/pytables/test_put.py|
pandas/tests/io/pytables/test_round_trip.py|
pandas/tests/io/excel/test_readers.py|
pandas/tests/resample/test_datetime_index.py|
pandas/tests/io/parser/test_c_parser_only.py|
pandas/tests/io/test_stata.py|
Expand All @@ -361,7 +353,6 @@ repos:
pandas/tests/series/methods/test_reindex_like.py|
pandas/tests/extension/test_sparse.py|
pandas/tests/indexes/test_common.py|
pandas/tests/indexes/datetimes/methods/test_round.py|
pandas/tests/indexing/multiindex/test_loc.py|
pandas/tests/frame/indexing/test_insert.py|
pandas/tests/groupby/test_groupby.py|
Expand Down
0