Skip to content

Commit 4e9f3f9

Browse files
committed
remove deprecations
1 parent be07258 commit 4e9f3f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/generic/test_panel.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,13 @@ def test_to_xarray(self):
6767
# run all the tests, but wrap each in a warning catcher
6868
for t in ['test_rename', 'test_rename_axis', 'test_get_numeric_data',
6969
'test_get_default', 'test_nonzero',
70-
'test_numpy_1_7_compat_numeric_methods',
7170
'test_downcast', 'test_constructor_compound_dtypes',
7271
'test_head_tail',
7372
'test_size_compat', 'test_split_compat',
7473
'test_unexpected_keyword',
7574
'test_stat_unexpected_keyword', 'test_api_compat',
7675
'test_stat_non_defaults_args',
77-
'test_clip', 'test_truncate_out_of_bounds', 'test_numpy_clip',
76+
'test_truncate_out_of_bounds',
7877
'test_metadata_propagation', 'test_copy_and_deepcopy',
7978
'test_sample']:
8079

0 commit comments

Comments
 (0)