We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2845b11 commit 7de12e7Copy full SHA for 7de12e7
pandas/tests/extension/test_numpy.py
@@ -8,7 +8,7 @@
8
9
from . import base
10
11
-NP_VERSION_INFO = tuple(int(x) for x in np.__version__.split('.'))
+NP_VERSION_INFO = tuple(int(x) for x in np.__version__.split('.')[:2])
12
13
14
@pytest.fixture(params=['float', 'object'])
0 commit comments