You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Replace deprecated pytest.warns(None) with warnings.catch_warnings()
The pytest.warns(None) syntax is no longer supported in pytest 9.x and raises
a TypeError. This commit updates test_masked_dtype_change.py to use Python's
standard warnings.catch_warnings() context manager instead.
0 commit comments