Skip to content

Commit 7de12e7

Browse files
change NP_VERSION_INFO
1 parent 2845b11 commit 7de12e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/test_numpy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from . import base
1010

11-
NP_VERSION_INFO = tuple(int(x) for x in np.__version__.split('.'))
11+
NP_VERSION_INFO = tuple(int(x) for x in np.__version__.split('.')[:2])
1212

1313

1414
@pytest.fixture(params=['float', 'object'])

0 commit comments

Comments
 (0)