Skip to content

Commit fc0d0d7

Browse files
committed
Ignore numpy 2.0 warning from pandas/tables
1 parent a57444a commit fc0d0d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pytest_arraydiff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def test_succeeds_func_text():
1818
return np.arange(3 * 5).reshape((3, 5))
1919

2020

21+
@pytest.mark.filterwarnings(r"ignore:`np\.unicode_` was removed in the NumPy 2\.0 release.*")
2122
@pytest.mark.array_compare(file_format='pd_hdf', reference_dir=reference_dir)
2223
def test_succeeds_func_pdhdf():
2324
pd = pytest.importorskip('pandas')

0 commit comments

Comments
 (0)