Skip to content

Commit 419a630

Browse files
committed
less than the dev version
1 parent fac82d6 commit 419a630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ def test_validate_allhashable():
789789

790790
def test_pandas_dtype_numpy_warning():
791791
# GH#51523
792-
if Version(np.__version__) <= Version("2.3.0"):
792+
if Version(np.__version__) < Version("2.3.0.dev0"):
793793
ctx = tm.assert_produces_warning(
794794
DeprecationWarning,
795795
check_stacklevel=False,

0 commit comments

Comments
 (0)